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.
/test.js
/examples/*/test.js
1 parent ea41f7b commit 43a90b9Copy full SHA for 43a90b9
package.json
@@ -12,7 +12,7 @@
12
"types": "./index.d.ts",
13
"scripts": {
14
"test": "npm run -s test:code && npm run -s test:typescript && npm run -s test:coverage",
15
- "test:code": "c8 node test.js",
+ "test:code": "c8 uvu . '^(examples/.*/)?test.js$'",
16
"test:coverage": "c8 check-coverage",
17
"test:typescript": "tsd && tsd examples/*"
18
},
0 commit comments