diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js index 1a88f6bb847b9bdaf801794df32021e249333206..090687a34f3770a7b4617bc7390c19bc0575d26e 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -4,9 +4,7 @@ module.exports = { args: [ '--disable-gpu', '--disable-dev-shm-usage', - '--disable-setuid-sandbox', '--no-first-run', - '--no-sandbox', '--no-zygote', ], }, diff --git a/package.json b/package.json index 52f298c9b3c7cf68b8743e0abdb966815f91ff5c..cc68c65c75223b2d24d7af5a484e5d152d1f5b81 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-react": "^7.11.1", "gh-pages": "^2.0.1", "husky": "^1.2.0", - "jest-puppeteer": "^3.5.1", + "jest-puppeteer": "^3.9.0", "less": "^3.9.0", "lint-staged": "^8.1.0", "merge-umi-mock-data": "^1.0.4",