Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 94f6abf

Browse files
committed
🐛 fix test script
1 parent 3b215a9 commit 94f6abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "rm -rf dist/** && tsc",
77
"fmt": "prettier --write \"src/**/*.ts\"",
88
"lint": "eslint 'src/**/*.ts' --fix",
9-
"test": "ls test/__fixtures__/**/*.js | xargs -L1 node && jest"
9+
"test": "find test/__fixtures__ -name *.js | xargs -L1 node && jest"
1010
},
1111
"dependencies": {
1212
"@babel/core": "^7.7.7",

0 commit comments

Comments
 (0)