Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Bulthuis committed Mar 8, 2024
1 parent ee33dd2 commit f8c2db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/npm/goodrouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pretest": "node ./scripts/build.js",
"build": "node ./scripts/build.js",
"clean": "node ./scripts/clean.js",
"test": "node --test './transpiled/**/*.test.js'"
"test": "node --test ./transpiled/**/*.test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f8c2db5

Please sign in to comment.