Skip to content

Commit 5d8fb45

Browse files
koddssontheinterned
andcommitted
Don't try to run the karma config as a test
Co-authored-by: Ned Schwartz <[email protected]>
1 parent 972f566 commit 5d8fb45

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
@@ -28,7 +28,7 @@
2828
"clean": "tsc --build --clean",
2929
"lint": "eslint . --ignore-path .gitignore",
3030
"pretest": "npm run build && npm run lint",
31-
"test": "web-test-runner test/* --node-resolve",
31+
"test": "web-test-runner test/*.js --node-resolve",
3232
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
3333
},
3434
"prettier": "@github/prettier-config",

0 commit comments

Comments
 (0)