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 05c0c68 commit b9eb52cCopy full SHA for b9eb52c
packages/plugin-rsc/e2e/starter.test.ts
@@ -8,6 +8,7 @@ import {
8
} from './helper'
9
import path from 'node:path'
10
import fs from 'node:fs'
11
+import * as vite from 'vite'
12
13
test.describe('dev-default', () => {
14
const f = useFixture({ root: 'examples/starter', mode: 'dev' })
@@ -44,6 +45,8 @@ test.describe('build-no-ssr', () => {
44
45
})
46
47
test.describe('dev-production', () => {
48
+ test.skip('rolldownVersion' in vite)
49
+
50
const f = useFixture({
51
root: 'examples/starter',
52
mode: 'dev',
@@ -62,6 +65,8 @@ test.describe('dev-production', () => {
62
65
63
66
64
67
test.describe('build-development', () => {
68
69
70
71
72
mode: 'build',
0 commit comments