Skip to content

Commit

Permalink
Looks like jest/puppeteer snapshot functionality has changed, also tr…
Browse files Browse the repository at this point in the history
…ied to update to new puppeteer to overcome fatal error argos-ci/jest-puppeteer#586 (also 588 claims to fix it, but didnt), mitigated with local run env
  • Loading branch information
ede73 committed Jan 21, 2025
1 parent 25db365 commit edc8c34
Show file tree
Hide file tree
Showing 7 changed files with 2,430 additions and 1,677 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default {
// https://jestjs.io/docs/code-transformation
transform: {},
preset: 'jest-puppeteer',
testEnvironment: './tests/CE.js',
setupFiles: [
"<rootDir>/tests/web/setEnvVars.js"
],
Expand Down
Loading

0 comments on commit edc8c34

Please # to comment.