Skip to content

Commit 46278a2

Browse files
committed
test: unskip react-router with canary react
1 parent 2fb5434 commit 46278a2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/plugin-rsc/e2e/react-router.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import { createHash } from 'node:crypto'
22
import { readFileSync } from 'node:fs'
33
import { expect, test } from '@playwright/test'
4-
import React from 'react'
54
import { type Fixture, useFixture } from './fixture'
65
import { expectNoReload, testNoJs, waitForHydration } from './helper'
76

87
test.describe('dev-default', () => {
9-
test.skip(/canary|experimental/.test(React.version))
10-
118
const f = useFixture({ root: 'examples/react-router', mode: 'dev' })
129
defineTest(f)
1310
})
@@ -18,8 +15,6 @@ test.describe('build-default', () => {
1815
})
1916

2017
test.describe('dev-cloudflare', () => {
21-
test.skip(/canary|experimental/.test(React.version))
22-
2318
const f = useFixture({
2419
root: 'examples/react-router',
2520
mode: 'dev',

0 commit comments

Comments
 (0)