Skip to content

Commit

Permalink
Update package.json - file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisEdwardsCSE authored Jun 7, 2024
1 parent 4460613 commit c40dae2
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 @@ -12,7 +12,7 @@
},
"scripts": {
"test": "jest --maxWorkers=1 testing/puppeteer.test.js",
"test-unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=jsdom.config.json testing/sum.test.js"
"test-unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=jsdom.config.json testing/unit.test.js"
},
"type": "module",
"jest": {
Expand Down

0 comments on commit c40dae2

Please sign in to comment.