We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4761fac commit 4279ccfCopy full SHA for 4279ccf
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"clean": "tsc --build --clean",
31
"lint": "eslint . --ignore-path .gitignore",
32
"pretest": "npm run build",
33
- "test": "npm run lint && karma start test/karma.config.cjs",
+ "test": "npm run lint && karma start test/karma.config.cjs"
34
},
35
"prettier": "@github/prettier-config",
36
"devDependencies": {
0 commit comments