Skip to content

Commit

Permalink
chore: glob for finding test files
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 21, 2024
1 parent 71907b2 commit a3db757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"test:browser": "wdio run ./wdio.conf.js",
"test:node": "npm-run-all --parallel examples:node:**",
"test:pack": "./scripts/testpack.sh",
"test:watch": "node --test --enable-source-maps --watch dist/esm/test",
"test": "node --test --enable-source-maps dist/esm/test"
"test:watch": "node --test --enable-source-maps --watch dist/esm/test/*.test.js",
"test": "node --test --enable-source-maps dist/esm/test/*.test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a3db757

Please sign in to comment.