Skip to content

Commit 4818431

Browse files
committed
switch to web-test-runner for tests
1 parent b42ed6f commit 4818431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prebuild": "npm run clean && npm run lint && mkdir dist",
1818
"build": "tsc",
1919
"pretest": "npm run build",
20-
"test": "karma start ./test/karma.config.cjs",
20+
"test": "web-test-runner",
2121
"prepublishOnly": "npm run build",
2222
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
2323
},

0 commit comments

Comments
 (0)