Skip to content

Commit 6d19abe

Browse files
committed
test: update test
1 parent ef5d956 commit 6d19abe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"ava": {
8989
"extensions": [
90-
"js",
90+
"mjs",
9191
"ts",
9292
"tsx"
9393
],
@@ -96,7 +96,7 @@
9696
],
9797
"cache": false,
9898
"files": [
99-
"packages/**/*.spec.{js,ts,tsx}"
99+
"packages/**/*.spec.{mjs,ts,tsx}"
100100
],
101101
"environmentVariables": {
102102
"SWC_NODE_PROJECT": "./tsconfig.test.json"

0 commit comments

Comments
 (0)