Skip to content

Commit 4df5e57

Browse files
committed
build(test): run all code & TS tests in the root folder and all examples/* folders
1 parent d780bff commit 4df5e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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",
17-
"test:typescript": "tsd"
17+
"test:typescript": "tsd && tsd examples/*"
1818
},
1919
"repository": "github:gr2m/javascript-plugin-architecture-with-typescript-definitions",
2020
"keywords": [

0 commit comments

Comments
 (0)