Skip to content

Commit

Permalink
Express + Next.js integration snapshot commands (#12090)
Browse files Browse the repository at this point in the history
* Express + Next.js integration snapshot commands

* Update package.json

Co-authored-by: Karina Thomas <[email protected]>

---------

Co-authored-by: Karina Thomas <[email protected]>
  • Loading branch information
amoore108 and karinathomasbbc authored Oct 25, 2024
1 parent fc2d79f commit 3df7913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@
"test:unit:watch": "yarn test:unit -- --watch",
"test:unit:updatesnapshots": "NODE_OPTIONS=--experimental-vm-modules jest --updateSnapshot --env=jsdom --coverage --silent=false --colors --testPathIgnorePatterns=\"src/integration\" \"scripts/bundleSize\" \"puppeteer\" \"ws-nextjs-app\"",
"test:integration": "node src/integration/utils/runTests/index.js",
"test:integration:updatesnapshots": "node src/integration/utils/runTests/index.js --updateSnapshot",
"test:integration:updatesnapshots": "run-p test:integration:express:updatesnapshots test:integration:nextjs:updatesnapshots",
"test:integration:express:updatesnapshots": "node src/integration/utils/runTests/index.js --updateSnapshot",
"test:integration:nextjs:updatesnapshots": "node src/integration/utils/runTests/index.js --updateSnapshot --nextJS",
"test:integration:ci": "JEST_SILENT_REPORTER_DOTS=true yarn test:integration -- --ci --onlyRunTests --reporters=jest-silent-reporter",
"test:linkey": "node scripts/linkeySetup.js && jest src/app/lib/config/services/*.test.js --verbose true; yarn test:linkey:cleanup",
"test:linkey:cleanup": "find src/app/lib/config/services -type f -name '*.test.js' -delete",
Expand Down

0 comments on commit 3df7913

Please sign in to comment.