We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e67e2e commit 570b4bdCopy full SHA for 570b4bd
test/helpers/functions.spec.ts
@@ -1,7 +1,7 @@
1
import { getExtendedApiRouteConfigs } from "../../packages/runtime/src/helpers/functions"
2
-import { moveNextDist } from "../test-utils"
+import { describeCwdTmpDir, moveNextDist } from "../test-utils"
3
4
-describe('api route file analysis', () => {
+describeCwdTmpDir('api route file analysis', () => {
5
it('extracts correct route configs from source files', async () => {
6
await moveNextDist()
7
const configs = await getExtendedApiRouteConfigs('.next', process.cwd())
0 commit comments