Skip to content

Commit

Permalink
Temporarily workaround Jest puppeteer environment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Mar 23, 2023
1 parent 14a35be commit 244ca24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions config/jest/environment/puppeteer.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
{
...config,
displayName: 'JavaScript component tests',
testEnvironment: './config/jest/environment/puppeteer.mjs',
testEnvironment: 'jest-environment-puppeteer',
testMatch: [
'**/components/globals.test.mjs',
'**/components/*/*.test.{js,mjs}',
Expand Down

0 comments on commit 244ca24

Please sign in to comment.