Skip to content

Commit

Permalink
chore(deps): Update test packages (major) (#751)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam Skoufis <askoufis@seek.com.au>
  • Loading branch information
renovate[bot] and askoufis committed May 4, 2023
1 parent 0f56b57 commit 8da1ee8
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 208 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
module.exports = {
preset: 'jest-puppeteer',
setupFilesAfterEnv: ['<rootDir>/test-utils/jestSetup.js'],
snapshotSerializers: [
'<rootDir>/test-utils/appSnapshotSerializer.js',
'<rootDir>/test-utils/htmlSnapshotSerializer.js',
'<rootDir>/test-utils/cssSnapshotSerializer.js',
],
testPathIgnorePatterns: [
'/node_modules/',
'<rootDir>/packages/sku/scripts/test.js',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"husky": "^8.0.3",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"jest-puppeteer": "^7.0.0",
"jest-puppeteer": "^8.0.6",
"jest-watch-typeahead": "^2.2.0",
"lint-staged": "^11.1.1",
"prettier": "^2.3.2",
"puppeteer": "^19.2.0",
"puppeteer": "^20.0.0",
"renovate-config-seek": "^0.4.0",
"rimraf": "^5.0.0"
},
Expand Down
150 changes: 41 additions & 109 deletions pnpm-lock.yaml

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

0 comments on commit 8da1ee8

Please sign in to comment.