Skip to content

Commit bdaa99c

Browse files
committed
test/nitro-v3 nuxt to 4.2.2
1 parent 1709b1c commit bdaa99c

3 files changed

Lines changed: 9 additions & 352 deletions

File tree

examples/nitro-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"h3": "^2.0.1-rc.14",
1515
"nitro": "https://pkg.pr.new/nitrojs/nitro@00598a8",
16-
"nuxt": "https://pkg.pr.new/nuxt@33005"
16+
"nuxt": "^4.2.2"
1717
},
1818
"devDependencies": {
1919
"@nuxt/test-utils": "latest",

examples/nitro-v3/vitest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ export default defineConfig({
88
test: {
99
name: 'nuxt',
1010
include: ['**/nuxt/*.spec.ts'],
11+
environmentOptions: {
12+
nuxt: {
13+
// TODO: remove once h3 in nuxt/nitro-server is v2
14+
h3Version: 2,
15+
},
16+
},
1117
},
1218
}),
1319
{

0 commit comments

Comments
 (0)