Skip to content

Commit

Permalink
Merge pull request #149 from cse110-sp24-group25/homepage-front
Browse files Browse the repository at this point in the history
updated jsdom config file location
  • Loading branch information
qiwenkevin authored Jun 7, 2024
2 parents a277a2c + 641985a commit 9f01ed8
Show file tree
Hide file tree
Showing 2 changed files 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/unit.test.js"
"test-unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=testing/jsdom.config.json unit.test.js"
},
"type": "module",
"jest": {
Expand Down
File renamed without changes.

0 comments on commit 9f01ed8

Please sign in to comment.