Skip to content

Commit a6b8a33

Browse files
committed
chore: try fixing ci test on win
1 parent 243f1e8 commit a6b8a33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "standard && npm run lint:typescript",
99
"lint:fix": "standard --fix && npm run lint:typescript -- --fix",
1010
"lint:typescript": "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin *.ts test/**/*.ts",
11-
"test": "node --test */*.test.js && npm run test:typescript",
11+
"test": "node --test \"**/*.test.js\" && npm run test:typescript",
1212
"test:typescript": "tsd"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)