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 40a321d commit 2b886a0Copy full SHA for 2b886a0
test/helpers/files.spec.ts
@@ -244,6 +244,6 @@ describe('getSourceFileForPage', () => {
244
245
const filePath = getSourceFileForPage(apiRoute, [pagesDir])
246
247
- expect(filePath.replace(TEST_DIR, '')).toBe('/fixtures/page-extensions/default/pages/api/index/index.api.js')
+ expect(filePath.replace(TEST_DIR, '')).toBe('/fixtures/page-extensions/index/pages/api/index/index.js')
248
})
249
0 commit comments