Skip to content

Commit

Permalink
fixing jest script
Browse files Browse the repository at this point in the history
  • Loading branch information
jrk12b committed Aug 4, 2024
1 parent 2ca539a commit b778929
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 @@ -6,7 +6,7 @@
"scripts": {
"format-check": "npx prettier --check .",
"format-write": "npx prettier --write .",
"jest": "npx jest",
"jest": "npx jest jest/",
"postman": "newman run postman/collection.json",
"k6": "k6 run k6/load-test.js",
"cucumber": "cucumber-js",
Expand Down

0 comments on commit b778929

Please sign in to comment.