Skip to content

Commit

Permalink
Temporarily workaround Jest puppeteer config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Mar 23, 2023
1 parent a8b8cd6 commit bbc825d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jest-puppeteer.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const devServerOptions = require('./jest-dev-server.config.js')

/**
* @type {import('jest-environment-puppeteer').JestPuppeteerConfig}
*/
module.exports = {
browserContext: 'incognito',

Expand All @@ -14,6 +11,8 @@ module.exports = {

/**
* Puppeteer launch options
*
* @type {import('puppeteer').PuppeteerLaunchOptions}
*/
launch: {
args: [
Expand Down

0 comments on commit bbc825d

Please sign in to comment.