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 b42ed6f commit 4818431Copy full SHA for 4818431
package.json
@@ -17,7 +17,7 @@
17
"prebuild": "npm run clean && npm run lint && mkdir dist",
18
"build": "tsc",
19
"pretest": "npm run build",
20
- "test": "karma start ./test/karma.config.cjs",
+ "test": "web-test-runner",
21
"prepublishOnly": "npm run build",
22
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
23
},
0 commit comments