Skip to content

Commit 570b4bd

Browse files
committed
chore: update functions
1 parent 9e67e2e commit 570b4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/helpers/functions.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { getExtendedApiRouteConfigs } from "../../packages/runtime/src/helpers/functions"
2-
import { moveNextDist } from "../test-utils"
2+
import { describeCwdTmpDir, moveNextDist } from "../test-utils"
33

4-
describe('api route file analysis', () => {
4+
describeCwdTmpDir('api route file analysis', () => {
55
it('extracts correct route configs from source files', async () => {
66
await moveNextDist()
77
const configs = await getExtendedApiRouteConfigs('.next', process.cwd())

0 commit comments

Comments
 (0)