Skip to content

Commit 40a321d

Browse files
fix: fix prettier error
1 parent 66612f0 commit 40a321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/files.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('getSourceFileForPage', () => {
238238
expect(filePath.replace(TEST_DIR, '')).toBe('/fixtures/page-extensions/custom/pages/api/custom.api.js')
239239
})
240240

241-
it("handles getting file when index of folder", () => {
241+
it('handles getting file when index of folder', () => {
242242
const pagesDir = resolve(__dirname, '../fixtures/page-extensions/index/pages')
243243
const apiRoute = '/api/index'
244244

0 commit comments

Comments
 (0)