Skip to content

Commit

Permalink
Fix integration test (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 10, 2021
1 parent 07a603c commit 9e3e0f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/projects.mjs
Expand Up @@ -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',
],
},
{
Expand All @@ -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
Expand Down

0 comments on commit 9e3e0f0

Please sign in to comment.