Skip to content

Commit

Permalink
adjust test file pattern matching
Browse files Browse the repository at this point in the history
  • Loading branch information
blendtwenty committed Feb 22, 2024
1 parent 3e4f7fe commit e75581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "ISC",
"scripts": {
"dev": "web-dev-server --open example/ --node-resolve --watch",
"test": "web-test-runner \"src/**/*.test.html\" --node-resolve --playwright --browsers firefox",
"test": "web-test-runner \"src/**/*test.html\" --node-resolve --playwright --browsers firefox",
"test:watch": "web-test-runner src/**/*.test.html --node-resolve --watch",
"prepare": "husky"
},
Expand Down

0 comments on commit e75581a

Please sign in to comment.