Skip to content

Commit

Permalink
Added test NPM script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6king committed Nov 14, 2024
1 parent 43b845b commit 8de7301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"server": "nodemon server.js",
"testClient": "playwright test",
"testServer": "node --experimental-vm-modules node_modules/jest/bin/jest.js --setupFiles 'dotenv/config'",
"test": "npm run testClient && npm run testServer",
"dev": "concurrently --kill-others \"npm run server\" \"npm run client\""
},
"repository": {
Expand Down

0 comments on commit 8de7301

Please sign in to comment.