Skip to content

Commit 2336e2a

Browse files
committed
Merge branch 'edison/fix/12731' of https://github.com/vuejs/core into edison/fix/12731
2 parents 34a473b + b1ee36a commit 2336e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/__tests__/e2e/e2eUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import puppeteer, {
22
type Browser,
33
type ClickOptions,
4+
type LaunchOptions,
45
type Page,
5-
type PuppeteerLaunchOptions,
66
} from 'puppeteer'
77

88
export const E2E_TIMEOUT: number = 30 * 1000
99

10-
const puppeteerOptions: PuppeteerLaunchOptions = {
10+
const puppeteerOptions: LaunchOptions = {
1111
args: process.env.CI ? ['--no-sandbox', '--disable-setuid-sandbox'] : [],
1212
headless: true,
1313
}

0 commit comments

Comments
 (0)