From 4992ebe251719bedc441391e72f385b6cb78a1b0 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Wed, 22 Mar 2023 15:21:04 +0000 Subject: [PATCH] Temporarily workaround Jest puppeteer config issue See issue: https://github.com/argos-ci/jest-puppeteer/issues/545 --- jest-puppeteer.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js index e9d97bb0d9..a89728db58 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -1,8 +1,5 @@ const devServerOptions = require('./jest-dev-server.config.js') -/** - * @type {import('jest-environment-puppeteer').JestPuppeteerConfig} - */ module.exports = { browserContext: 'incognito', @@ -14,6 +11,8 @@ module.exports = { /** * Puppeteer launch options + * + * @type {import('puppeteer').PuppeteerLaunchOptions} */ launch: { args: [