Skip to content

Commit 58ae918

Browse files
Update test snapshots.
1 parent 4edefee commit 58ae918

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

__tests__/__snapshots__/toMatchDiffSnapshot.test.js.snap

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`foo 1`] = `
4-
"- First value
5-
+ Second value
6-
7-
@@ -5,8 +5,9 @@
8-
some
9-
some
10-
some
11-
some
12-
not
13-
+ so
14-
very
15-
long
16-
script"
17-
`;
18-
193
exports[`proxies "colors" option(s) 1`] = `
204
"- First value
215
+ Second value
@@ -58,3 +42,19 @@ exports[`proxies "expand" option(s) 1`] = `
5842
long
5943
script"
6044
`;
45+
46+
exports[`works with default options 1`] = `
47+
"- First value
48+
+ Second value
49+
50+
@@ -5,8 +5,9 @@
51+
some
52+
some
53+
some
54+
some
55+
not
56+
+ so
57+
very
58+
long
59+
script"
60+
`;

0 commit comments

Comments
 (0)