We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847c3b3 commit 8a98c8bCopy full SHA for 8a98c8b
package.json
@@ -15,7 +15,7 @@
15
"test:ci": "npm run lint && npm run coverage && npm run test:typescript",
16
"test:report": "npm run lint && npm run unit:report && npm run test:typescript",
17
"test:typescript": "tsd",
18
- "unit": "node --test --no-experimental-strip-types --test-timeout=180000",
+ "unit": "node --test --test-timeout=180000 test/*.js",
19
"coverage": "c8 --reporter=lcov npm run unit",
20
"coverage:report": "c8 report",
21
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause;0BSD\"",
0 commit comments