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 66612f0 commit 40a321dCopy full SHA for 40a321d
test/helpers/files.spec.ts
@@ -238,7 +238,7 @@ describe('getSourceFileForPage', () => {
238
expect(filePath.replace(TEST_DIR, '')).toBe('/fixtures/page-extensions/custom/pages/api/custom.api.js')
239
})
240
241
- it("handles getting file when index of folder", () => {
+ it('handles getting file when index of folder', () => {
242
const pagesDir = resolve(__dirname, '../fixtures/page-extensions/index/pages')
243
const apiRoute = '/api/index'
244
0 commit comments