Skip to content

Commit e843b22

Browse files
committed
Inline tests for integration/react-18
Adds indirection when trying to find a failing test or focusing on one.
1 parent 15f7418 commit e843b22

File tree

17 files changed

+183
-160
lines changed

17 files changed

+183
-160
lines changed

test/integration/react-18/test/basics.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

test/integration/react-18/test/concurrent.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

test/integration/react-18/test/index.test.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

test/integration/react-18/test/strict-mode.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

test/integration/react-18/app/components/red.tsx renamed to test/integration/react-current-version/app/components/red.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Suspense } from 'react'
2-
import { createStreamingData } from '../../test/streaming-data'
2+
import { createStreamingData } from './streaming-data'
33

44
const Data = createStreamingData()
55

0 commit comments

Comments
 (0)