Skip to content

Commit 389cbe8

Browse files
committed
test: update snapshots
1 parent 019d780 commit 389cbe8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

packages/core/src/__snapshots__/SpringValue.test.ts.snap

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`SpringValue can animate from 0 to 1 with linear easing 1`] = `
3+
exports[`SpringValue can animate a number 1`] = `
44
Array [
55
0.09999999999999999,
66
0.19999999999999998,
@@ -15,3 +15,21 @@ Array [
1515
1,
1616
]
1717
`;
18+
19+
exports[`SpringValue can animate a string 1`] = `
20+
Array [
21+
"0.9999999999999999px 1.9999999999999998px",
22+
"1.9999999999999998px 3.9999999999999996px",
23+
"3px 6px",
24+
"3.9999999999999996px 7.999999999999999px",
25+
"5px 10px",
26+
"6px 12px",
27+
"7.000000000000001px 14.000000000000002px",
28+
"7.999999999999999px 15.999999999999998px",
29+
"9px 18px",
30+
"9.999999999999998px 19.999999999999996px",
31+
"10px 20px",
32+
]
33+
`;
34+
35+
exports[`SpringValue can animate an array of numbers 1`] = `Array []`;

0 commit comments

Comments
 (0)