File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import { expect, test } from '@playwright/test'
33import { type Fixture , useFixture } from './fixture'
44import { expectNoReload , testNoJs , waitForHydration } from './helper'
55import { readFileSync } from 'node:fs'
6- import React from 'react'
6+ // import React from 'react'
77
88test . describe ( 'dev-default' , ( ) => {
9- test . skip ( / c a n a r y | e x p e r i m e n t a l / . 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
2020test . describe ( 'dev-cloudflare' , ( ) => {
21- test . skip ( / c a n a r y | e x p e r i m e n t a l / . test ( React . version ) )
21+ // test.skip(/canary|experimental/.test(React.version))
2222
2323 const f = useFixture ( {
2424 root : 'examples/react-router' ,
You can’t perform that action at this time.
0 commit comments