From 9e3e0f0308297e06284dc18de167ad27e54d1426 Mon Sep 17 00:00:00 2001 From: fisker Cheung Date: Wed, 10 Nov 2021 16:04:59 +0800 Subject: [PATCH] Fix integration test (#1588) --- test/integration/projects.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/integration/projects.mjs b/test/integration/projects.mjs index 3883e33faf..c04011f699 100644 --- a/test/integration/projects.mjs +++ b/test/integration/projects.mjs @@ -112,6 +112,9 @@ export default [ // `package` keyword // https://github.com/puppeteer/puppeteer/blob/0b1a9ceee2f05f534f0d50079ece172d627a93c7/utils/apply_next_version.js#L17 'utils/apply_next_version.js', + + // Global return + 'utils/fetch_devices.js', ], }, { @@ -138,6 +141,9 @@ export default [ // These files use `package` keyword as variable 'scripts/publish-beta.js', 'apps/test-bundles/webpack.config.js', + + // Global return + 'scripts/cypress.js', ], }, // #902