Skip to content

Commit

Permalink
fix: update test configuration (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored Sep 21, 2023
1 parent ad770a2 commit 0269bd1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@
},
"ava": {
"utilizeParallelBuilds": true,
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader",
"tsx"
]
"typescript": {
"compile": "tsc",
"rewritePaths": {
"src/": "dist/"
}
}
},
"c8": {
"all": true,
Expand Down

0 comments on commit 0269bd1

Please sign in to comment.