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 4edefee commit 58ae918Copy full SHA for 58ae918
__tests__/__snapshots__/toMatchDiffSnapshot.test.js.snap
@@ -1,21 +1,5 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
-exports[`foo 1`] = `
4
-"- First value
5
-+ Second value
6
-
7
-@@ -5,8 +5,9 @@
8
- some
9
10
11
12
- not
13
-+ so
14
- very
15
- long
16
- script"
17
-`;
18
19
exports[`proxies "colors" option(s) 1`] = `
20
"[32m- First value[39m
21
[31m+ Second value[39m
@@ -58,3 +42,19 @@ exports[`proxies "expand" option(s) 1`] = `
58
42
long
59
43
script"
60
44
`;
45
+
46
+exports[`works with default options 1`] = `
47
+"- First value
48
++ Second value
49
50
+@@ -5,8 +5,9 @@
51
+ some
52
53
54
55
+ not
56
++ so
57
+ very
+ long
+ script"
+`;
0 commit comments