Skip to content

Commit 25f7926

Browse files
chore: bump up ava version to v8 (#190)
1 parent c0dda50 commit 25f7926

2 files changed

Lines changed: 82 additions & 100 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@oxc-node/core": "^0.1.0",
7272
"@taplo/cli": "^0.7.0",
7373
"@tybys/wasm-util": "^0.10.0",
74-
"ava": "^7.0.0",
74+
"ava": "^8.0.0",
7575
"chalk": "^5.6.2",
7676
"emnapi": "^1.5.0",
7777
"husky": "^9.1.7",
@@ -94,9 +94,9 @@
9494
]
9595
},
9696
"ava": {
97-
"extensions": {
98-
"ts": "module"
99-
},
97+
"extensions": [
98+
"ts"
99+
],
100100
"timeout": "2m",
101101
"workerThreads": false,
102102
"environmentVariables": {

0 commit comments

Comments
 (0)