Skip to content

Commit 6910e5a

Browse files
authored
drop redundant test/* path
this is in the config so should not be needed
1 parent 91c6e1e commit 6910e5a

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
@@ -31,7 +31,7 @@
3131
"prepack": "npm run build",
3232
"presize": "npm run build",
3333
"size": "size-limit",
34-
"test": "web-test-runner test/*"
34+
"test": "web-test-runner"
3535
},
3636
"prettier": "@github/prettier-config",
3737
"devDependencies": {

0 commit comments

Comments
 (0)