We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3117b commit fb2dd9aCopy full SHA for fb2dd9a
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
# node-version: [14.x, 16.x]
19
# os: [ubuntu-latest, windows-latest, macos-latest]
20
- node-version: [14.x]
+ node-version: [16.x]
21
os: [ubuntu-latest]
22
fail-fast: true
23
test/nuxt/basic.test.ts
@@ -7,6 +7,12 @@ await setup({
7
rootDir: fileURLToPath(new URL('../fixtures/nuxt', import.meta.url)),
8
server: true,
9
browser: true,
10
+ browserOptions: {
11
+ type: 'chromium',
12
+ launch: {
13
+ timeout: 30000,
14
+ },
15
16
})
describe('pages', () => {
0 commit comments