[ci] format

This commit is contained in:
matthewp 2022-06-21 16:36:57 +00:00 committed by github-actions[bot]
parent c20b93c484
commit 0d3a7de527
3 changed files with 10 additions and 11 deletions

View file

@ -49,7 +49,7 @@ test.describe('TypeScript resolution -', () => {
t.beforeAll(async ({ astro }) => {
await astro.build();
})
});
t.beforeEach(async ({ astro }) => {
previewServer = await astro.preview();
@ -60,5 +60,5 @@ test.describe('TypeScript resolution -', () => {
});
runTest(t);
})
});
});

View file

@ -1,4 +1,3 @@
export function resolveClientDevPath(id: string) {
if (id.startsWith('/@fs')) {
// Vite does not resolve .jsx -> .tsx when coming from the client, so clip the extension.