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 2fb5434 commit 46278a2Copy full SHA for 46278a2
1 file changed
packages/plugin-rsc/e2e/react-router.test.ts
@@ -1,13 +1,10 @@
1
import { createHash } from 'node:crypto'
2
import { readFileSync } from 'node:fs'
3
import { expect, test } from '@playwright/test'
4
-import React from 'react'
5
import { type Fixture, useFixture } from './fixture'
6
import { expectNoReload, testNoJs, waitForHydration } from './helper'
7
8
test.describe('dev-default', () => {
9
- test.skip(/canary|experimental/.test(React.version))
10
-
11
const f = useFixture({ root: 'examples/react-router', mode: 'dev' })
12
defineTest(f)
13
})
@@ -18,8 +15,6 @@ test.describe('build-default', () => {
18
15
19
16
20
17
test.describe('dev-cloudflare', () => {
21
22
23
const f = useFixture({
24
root: 'examples/react-router',
25
mode: 'dev',
0 commit comments