Skip to content

Commit 5eae320

Browse files
committed
chore(pluginutils): fix test script
1 parent a8a326d commit 5eae320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluginutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prepare": "pnpm run build",
3131
"prepublishOnly": "pnpm run lint && pnpm run build",
3232
"pretest": "pnpm run build -- --sourcemap",
33-
"test": "ava test/*.ts"
33+
"test": "ava"
3434
},
3535
"files": [
3636
"dist",

0 commit comments

Comments
 (0)