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 22, 2023
1 parent 09453b3 commit 4992ebe
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 4992ebe

Please sign in to comment.