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 84fba22 commit fe5f2d1Copy full SHA for fe5f2d1
test/__snapshots__/transform.test.ts.snap
@@ -199,7 +199,7 @@ ref('z')
199
exports[`transform > svelte.svelte 1`] = `
200
"import { writable } from 'svelte/store';
201
import { tweened } from 'svelte/motion';
202
-import { cubicOut } from 'svelte/easing';
+import { cubicOut, quintOut } from 'svelte/easing';
203
import { onMount } from 'svelte';
204
const list = writable([1, 2, 3])
205
const size = tweened(1, {
0 commit comments