Skip to content

Commit ad75256

Browse files
committed
fix: update expectation for new svelte/attachments subpath export
1 parent a8259d2 commit ad75256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/e2e-tests/kit-node/__tests__/kit.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ describe('kit-node', () => {
307307
'svelte-i18n',
308308
'e2e-test-dep-svelte-api-only',
309309
'svelte/animate',
310+
'svelte/attachments',
310311
'svelte/easing',
311312
'svelte/events',
312313
'svelte/internal',
@@ -337,6 +338,7 @@ describe('kit-node', () => {
337338
);
338339
const expectedDedupe = [
339340
'svelte/animate',
341+
'svelte/attachments',
340342
'svelte/easing',
341343
'svelte/events',
342344
'svelte/internal',

0 commit comments

Comments
 (0)