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.
examples/*
1 parent d780bff commit 4df5e57Copy full SHA for 4df5e57
package.json
@@ -12,9 +12,9 @@
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"
+ "test:typescript": "tsd && tsd examples/*"
18
},
19
"repository": "github:gr2m/javascript-plugin-architecture-with-typescript-definitions",
20
"keywords": [
0 commit comments