Skip to content

Commit

Permalink
Add test env for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Jul 24, 2024
1 parent b912579 commit dd1e0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/js-packages/critical-css-gen/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ const baseConfig = require( 'jetpack-js-tools/jest/config.base.js' );

module.exports = {
...baseConfig,
testEnvironment: 'jest-environment-puppeteer',
};

0 comments on commit dd1e0b6

Please sign in to comment.