Skip to content

Commit d030a21

Browse files
committed
test(rsc): unskip react-router canary
1 parent e5c3517 commit d030a21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { expect, test } from '@playwright/test'
33
import { type Fixture, useFixture } from './fixture'
44
import { expectNoReload, testNoJs, waitForHydration } from './helper'
55
import { readFileSync } from 'node:fs'
6-
import React from 'react'
6+
// import React from 'react'
77

88
test.describe('dev-default', () => {
9-
test.skip(/canary|experimental/.test(React.version))
9+
// test.skip(/canary|experimental/.test(React.version))
1010

1111
const f = useFixture({ root: 'examples/react-router', mode: 'dev' })
1212
defineTest(f)
@@ -18,7 +18,7 @@ test.describe('build-default', () => {
1818
})
1919

2020
test.describe('dev-cloudflare', () => {
21-
test.skip(/canary|experimental/.test(React.version))
21+
// test.skip(/canary|experimental/.test(React.version))
2222

2323
const f = useFixture({
2424
root: 'examples/react-router',

0 commit comments

Comments
 (0)