Skip to content

Commit

Permalink
Change preset location
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Dec 20, 2024
1 parent a3f37b7 commit a6add40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process.env.WP_BASE_URL = WP_BASE_URL;
export default {
rootDir: '../../../',
resolver: '@web-stories-wp/jest-resolver',
preset: '<rootDir>/packages/e2e-tests/node_modules/jest-puppeteer',
preset: '<rootDir>/node_modules/jest-puppeteer',
testEnvironment: '<rootDir>/packages/e2e-tests/src/puppeteerEnvironment.js',
testMatch: ['**/specs/**/*.[jt]s'],
testPathIgnorePatterns: [
Expand Down

0 comments on commit a6add40

Please sign in to comment.