Skip to content

Commit 28f272e

Browse files
committed
Remove empty lines
1 parent 489c80e commit 28f272e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sveltekit/test/vite/svelteConfig.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ describe('getAdapterOutputDir', () => {
8181
},
8282
);
8383

84-
85-
8684
it('falls back to the default out dir for all other adapters if outdir is not specified in the config', async () => {
8785
const outputDir = await getAdapterOutputDir({ kit: {} }, 'vercel');
8886
expect(outputDir).toEqual('.svelte-kit/output');

0 commit comments

Comments
 (0)