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 489c80e commit 28f272eCopy full SHA for 28f272e
packages/sveltekit/test/vite/svelteConfig.test.ts
@@ -81,8 +81,6 @@ describe('getAdapterOutputDir', () => {
81
},
82
);
83
84
-
85
86
it('falls back to the default out dir for all other adapters if outdir is not specified in the config', async () => {
87
const outputDir = await getAdapterOutputDir({ kit: {} }, 'vercel');
88
expect(outputDir).toEqual('.svelte-kit/output');
0 commit comments