Skip to content

Commit 4dfd98f

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 4dfd98f

17 files changed

Lines changed: 172 additions & 160 deletions

File tree

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/foo.js renamed to test/integration/react-current-version/app/components/foo.js

File renamed without changes.

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

test/integration/react-18/test/streaming-data.js renamed to test/integration/react-current-version/app/components/streaming-data.js

File renamed without changes.
File renamed without changes.
File renamed without changes.

test/integration/react-18/app/pages/dynamic-suspense.js renamed to test/integration/react-current-version/app/pages/dynamic-suspense.js

File renamed without changes.

0 commit comments

Comments
 (0)