We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dda50 commit 25f7926Copy full SHA for 25f7926
2 files changed
package.json
@@ -71,7 +71,7 @@
71
"@oxc-node/core": "^0.1.0",
72
"@taplo/cli": "^0.7.0",
73
"@tybys/wasm-util": "^0.10.0",
74
- "ava": "^7.0.0",
+ "ava": "^8.0.0",
75
"chalk": "^5.6.2",
76
"emnapi": "^1.5.0",
77
"husky": "^9.1.7",
@@ -94,9 +94,9 @@
94
]
95
},
96
"ava": {
97
- "extensions": {
98
- "ts": "module"
99
- },
+ "extensions": [
+ "ts"
+ ],
100
"timeout": "2m",
101
"workerThreads": false,
102
"environmentVariables": {
0 commit comments