Skip to content

Commit

Permalink
test: βœ… fix async/await + harness compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Jun 14, 2023
1 parent 64957a3 commit 67a79f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/whiskmate/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
"types": ["jest", "node"],
"target": "es2016"
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"]
Expand Down

0 comments on commit 67a79f2

Please sign in to comment.