Skip to content

Commit 03e8cd3

Browse files
committed
[ci]: move router-act to top level testing utils
1 parent 5080edb commit 03e8cd3

23 files changed

+23
-526
lines changed

test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { FileRef, nextTestSetup } from 'e2e-utils'
2-
import { createRouterAct } from './router-act'
2+
import { createRouterAct } from 'router-act'
33
import { createTimeController } from './test-utils'
44
import { join } from 'path'
55

test/e2e/app-dir/app-prefetch/prefetching.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { FileRef, nextTestSetup } from 'e2e-utils'
22
import { waitFor, retry } from 'next-test-utils'
33
import { NEXT_RSC_UNION_QUERY } from 'next/dist/client/components/app-router-headers'
44
import { computeCacheBustingSearchParam } from 'next/dist/shared/lib/router/utils/cache-busting-search-param'
5-
import { createRouterAct } from './router-act'
5+
import { createRouterAct } from 'router-act'
66
import { createTimeController } from './test-utils'
77
import { join } from 'path'
88

0 commit comments

Comments
 (0)