Skip to content

Commit 1e843e1

Browse files
committed
chore: format fix
1 parent 30cb4cf commit 1e843e1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/output-integration/browser/vitest.setup.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ let page: Page
99
beforeAll(async () => {
1010
browser = await puppeteer.launch({
1111
headless: true,
12-
args: [
13-
`--no-sandbox`,
14-
`--disable-setuid-sandbox`,
15-
],
12+
args: [`--no-sandbox`, `--disable-setuid-sandbox`],
1613
})
1714
})
1815

0 commit comments

Comments
 (0)