Skip to content

Commit fe5f2d1

Browse files
committed
chore: update snap
1 parent 84fba22 commit fe5f2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/__snapshots__/transform.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ ref('z')
199199
exports[`transform > svelte.svelte 1`] = `
200200
"import { writable } from 'svelte/store';
201201
import { tweened } from 'svelte/motion';
202-
import { cubicOut } from 'svelte/easing';
202+
import { cubicOut, quintOut } from 'svelte/easing';
203203
import { onMount } from 'svelte';
204204
const list = writable([1, 2, 3])
205205
const size = tweened(1, {

0 commit comments

Comments
 (0)