Skip to content

Commit 43a90b9

Browse files
committed
build(test): run all tests from /test.js and /examples/*/test.js
1 parent ea41f7b commit 43a90b9

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
@@ -12,7 +12,7 @@
1212
"types": "./index.d.ts",
1313
"scripts": {
1414
"test": "npm run -s test:code && npm run -s test:typescript && npm run -s test:coverage",
15-
"test:code": "c8 node test.js",
15+
"test:code": "c8 uvu . '^(examples/.*/)?test.js$'",
1616
"test:coverage": "c8 check-coverage",
1717
"test:typescript": "tsd && tsd examples/*"
1818
},

0 commit comments

Comments
 (0)