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 e5be97a commit df2dd77Copy full SHA for df2dd77
package.json
@@ -13,7 +13,10 @@
13
],
14
"scripts": {
15
"unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
16
- "test": "c8 pnpm unit && eslint . && check-dts"
+ "test:coverage": "c8 pnpm unit",
17
+ "test:lint": "eslint .",
18
+ "test:types": "check-dts",
19
+ "test": "pnpm run /^test:/"
20
},
21
"author": "Andrey Sitnik <[email protected]>",
22
"license": "MIT",
0 commit comments