There was an error while loading. Please reload this page.
1 parent 243f1e8 commit a6b8a33Copy full SHA for a6b8a33
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"lint": "standard && npm run lint:typescript",
9
"lint:fix": "standard --fix && npm run lint:typescript -- --fix",
10
"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",
+ "test": "node --test \"**/*.test.js\" && npm run test:typescript",
12
"test:typescript": "tsd"
13
},
14
"repository": {
0 commit comments