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 e6e61f1 commit a168d93Copy full SHA for a168d93
1 file changed
package.json
@@ -14,7 +14,9 @@
14
],
15
"scripts": {
16
"unit": "uvu . '\\.test\\.js$'",
17
- "test": "c8 pnpm unit && eslint ."
+ "test:coverage": "c8 pnpm unit",
18
+ "test:lint": "eslint .",
19
+ "test": "pnpm run /^test:/"
20
},
21
"author": "Andrey Sitnik <[email protected]>",
22
"license": "MIT",
0 commit comments