Skip to content

Commit

Permalink
Update package.json for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisEdwardsCSE authored Jun 7, 2024
1 parent 89ce3a7 commit 4a5f93c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
"globals": "^15.2.0",
"jest": "^29.7.0",
"jest-puppeteer": "^10.0.1",
"puppeteer": "^22.10.0",
"jest-environment-jsdom": "^29.7.0"
"puppeteer": "^22.10.0"
},
"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/unit.test.js"
"test": "jest --maxWorkers=1"
},
"type": "module",
"jest": {
Expand All @@ -23,11 +21,11 @@
"jest-puppeteer": {
"launch": {
"headless": true,
"slowMo": 1,
"slowMo": 25,
"defaultViewport": null
}
},
"dependencies": {
"jsdoc": "^4.0.3"
}
}
}

0 comments on commit 4a5f93c

Please sign in to comment.