Skip to content

Commit

Permalink
test: use glob for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 18, 2024
1 parent 81c7a9b commit c08f217
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 @@ -29,7 +29,7 @@
"version": "npm run build",
"prepublishOnly": "npm run build",
"release": "release-it",
"quick:test": "node --import=ts-node-maintained/register/esm --enable-source-maps --test \"tests/**/*.spec.ts\""
"quick:test": "glob -c \"node --import=ts-node-maintained/register/esm --enable-source-maps --test\" \"tests/**/*.spec.ts\""
},
"devDependencies": {
"@adonisjs/eslint-config": "^2.0.0-beta.7",
Expand Down

0 comments on commit c08f217

Please sign in to comment.