Skip to content

Commit f697d51

Browse files
committed
Test for all files regardless of extension
1 parent fa444dd commit f697d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/*.js --node-resolve",
31+
"test": "web-test-runner test/* --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)