Skip to content

Commit

Permalink
fix: add correct ava + typescript setup (#96)
Browse files Browse the repository at this point in the history
fix: add correct ava + typescript setup to enable tests to execute correctly
  • Loading branch information
MarcL committed Dec 2, 2022
1 parent 4a3dd8a commit 910d8ad
Show file tree
Hide file tree
Showing 2 changed files with 643 additions and 597 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@
"esbuild-node-loader": "^0.8.0",
"eslint": "8.28.0",
"jiti": "^1.13.0",
"typescript": "^4.6.2"
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=esbuild-node-loader"
"extensions": [
"ts"
],
"require": [
"ts-node/register"
],
"files": [
"test/**/*.test.ts"
Expand Down
Loading

0 comments on commit 910d8ad

Please sign in to comment.