Skip to content

Commit

Permalink
chore: add react-dom, initialise node with vm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Nov 13, 2024
1 parent f57f6fc commit e821b13
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
23 changes: 23 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"scripts": {
"postinstall": "npm run postinstall:frontend && npm run postinstall:shared",
"test": "npm run test:backend && npm run test:frontend",
"test:backend": "env-cmd -f __tests__/setup/.test-env jest",
"test:backend:ci": "env-cmd -f __tests__/setup/.test-env jest --maxWorkers=2 --logHeapUsage --workerIdleMemoryLimit=0.2",
"test:backend:watch": "env-cmd -f __tests__/setup/.test-env jest --watch",
"test:backend": "env-cmd -f __tests__/setup/.test-env node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:backend:ci": "env-cmd -f __tests__/setup/.test-env node --experimental-vm-modules node_modules/jest/bin/jest.js --maxWorkers=2 --logHeapUsage --workerIdleMemoryLimit=0.2",
"test:backend:watch": "env-cmd -f __tests__/setup/.test-env node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"test:frontend": "npm --prefix frontend test",
"test:e2e-v2": "npm run build && npx playwright test",
"test:e2e-v2:server": "env-cmd -f ./__tests__/setup/.test-env npm run test-e2e-server",
Expand Down Expand Up @@ -226,6 +226,7 @@
"maildev": "^2.1.0",
"mockdate": "^3.0.5",
"prettier": "^3.3.3",
"react-dom": "^18.3.1",
"regenerator": "^0.14.10",
"rimraf": "^5.0.5",
"stripe-event-types": "^3.1.0",
Expand Down

0 comments on commit e821b13

Please sign in to comment.