1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports[`SnapshotInteractiveMode skip 1 test, then quit 1`] = `
4
- "[MOCK - cursorUp]
5
- [MOCK - eraseDown]
4
+ "<moveCursorUpBy6Rows>
5
+ <eraseScreenDown>
6
6
7
7
<bold>Interactive Snapshot Progress</>
8
8
› <bold><dim>1 snapshot remaining</></>
@@ -16,7 +16,7 @@ exports[`SnapshotInteractiveMode skip 1 test, then quit 1`] = `
16
16
`;
17
17
18
18
exports[`SnapshotInteractiveMode skip 1 test, then quit 2`] = `
19
- "[MOCK - clear]
19
+ "<clearTerminal>
20
20
21
21
<bold>Interactive Snapshot Result</>
22
22
› <bold><dim>1 snapshot reviewed</></>, <bold><yellow>1 snapshot skipped</></>
@@ -28,8 +28,8 @@ exports[`SnapshotInteractiveMode skip 1 test, then quit 2`] = `
28
28
`;
29
29
30
30
exports[`SnapshotInteractiveMode skip 1 test, then restart 1`] = `
31
- "[MOCK - cursorUp]
32
- [MOCK - eraseDown]
31
+ "<moveCursorUpBy6Rows>
32
+ <eraseScreenDown>
33
33
34
34
<bold>Interactive Snapshot Progress</>
35
35
› <bold><dim>1 snapshot remaining</></>
@@ -43,7 +43,7 @@ exports[`SnapshotInteractiveMode skip 1 test, then restart 1`] = `
43
43
`;
44
44
45
45
exports[`SnapshotInteractiveMode skip 1 test, then restart 2`] = `
46
- "[MOCK - clear]
46
+ "<clearTerminal>
47
47
48
48
<bold>Interactive Snapshot Result</>
49
49
› <bold><dim>1 snapshot reviewed</></>, <bold><yellow>1 snapshot skipped</></>
@@ -55,8 +55,8 @@ exports[`SnapshotInteractiveMode skip 1 test, then restart 2`] = `
55
55
`;
56
56
57
57
exports[`SnapshotInteractiveMode skip 1 test, then restart 3`] = `
58
- "[MOCK - cursorUp]
59
- [MOCK - eraseDown]
58
+ "<moveCursorUpBy6Rows>
59
+ <eraseScreenDown>
60
60
61
61
<bold>Interactive Snapshot Progress</>
62
62
› <bold><dim>1 snapshot remaining</></>
@@ -70,8 +70,8 @@ exports[`SnapshotInteractiveMode skip 1 test, then restart 3`] = `
70
70
`;
71
71
72
72
exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and restart 1`] = `
73
- "[MOCK - cursorUp]
74
- [MOCK - eraseDown]
73
+ "<moveCursorUpBy6Rows>
74
+ <eraseScreenDown>
75
75
76
76
<bold>Interactive Snapshot Progress</>
77
77
› <bold><dim>2 snapshots remaining</></>
@@ -85,8 +85,8 @@ exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and res
85
85
`;
86
86
87
87
exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and restart 2`] = `
88
- "[MOCK - cursorUp]
89
- [MOCK - eraseDown]
88
+ "<moveCursorUpBy6Rows>
89
+ <eraseScreenDown>
90
90
91
91
<bold>Interactive Snapshot Progress</>
92
92
› <bold><dim>1 snapshot remaining</></>, <bold><yellow>1 snapshot skipped</></>
@@ -100,7 +100,7 @@ exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and res
100
100
`;
101
101
102
102
exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and restart 3`] = `
103
- "[MOCK - clear]
103
+ "<clearTerminal>
104
104
105
105
<bold>Interactive Snapshot Result</>
106
106
› <bold><dim>2 snapshots reviewed</></>, <bold><green>1 snapshot updated</></>, <bold><yellow>1 snapshot skipped</></>
@@ -112,8 +112,8 @@ exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and res
112
112
`;
113
113
114
114
exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and restart 4`] = `
115
- "[MOCK - cursorUp]
116
- [MOCK - eraseDown]
115
+ "<moveCursorUpBy6Rows>
116
+ <eraseScreenDown>
117
117
118
118
<bold>Interactive Snapshot Progress</>
119
119
› <bold><dim>1 snapshot remaining</></>
@@ -127,8 +127,8 @@ exports[`SnapshotInteractiveMode skip 1 test, update 1 test, then finish and res
127
127
`;
128
128
129
129
exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 1`] = `
130
- "[MOCK - cursorUp]
131
- [MOCK - eraseDown]
130
+ "<moveCursorUpBy6Rows>
131
+ <eraseScreenDown>
132
132
133
133
<bold>Interactive Snapshot Progress</>
134
134
› <bold><dim>2 snapshots remaining</></>
@@ -142,8 +142,8 @@ exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 1`] = `
142
142
`;
143
143
144
144
exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 2`] = `
145
- "[MOCK - cursorUp]
146
- [MOCK - eraseDown]
145
+ "<moveCursorUpBy6Rows>
146
+ <eraseScreenDown>
147
147
148
148
<bold>Interactive Snapshot Progress</>
149
149
› <bold><dim>1 snapshot remaining</></>, <bold><yellow>1 snapshot skipped</></>
@@ -157,7 +157,7 @@ exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 2`] = `
157
157
`;
158
158
159
159
exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 3`] = `
160
- "[MOCK - clear]
160
+ "<clearTerminal>
161
161
162
162
<bold>Interactive Snapshot Result</>
163
163
› <bold><dim>2 snapshots reviewed</></>, <bold><yellow>2 snapshots skipped</></>
@@ -169,8 +169,8 @@ exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 3`] = `
169
169
`;
170
170
171
171
exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 4`] = `
172
- "[MOCK - cursorUp]
173
- [MOCK - eraseDown]
172
+ "<moveCursorUpBy6Rows>
173
+ <eraseScreenDown>
174
174
175
175
<bold>Interactive Snapshot Progress</>
176
176
› <bold><dim>2 snapshots remaining</></>
@@ -184,8 +184,8 @@ exports[`SnapshotInteractiveMode skip 2 tests, then finish and restart 4`] = `
184
184
`;
185
185
186
186
exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and restart 1`] = `
187
- "[MOCK - cursorUp]
188
- [MOCK - eraseDown]
187
+ "<moveCursorUpBy6Rows>
188
+ <eraseScreenDown>
189
189
190
190
<bold>Interactive Snapshot Progress</>
191
191
› <bold><dim>2 snapshots remaining</></>
@@ -199,8 +199,8 @@ exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and res
199
199
`;
200
200
201
201
exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and restart 2`] = `
202
- "[MOCK - cursorUp]
203
- [MOCK - eraseDown]
202
+ "<moveCursorUpBy6Rows>
203
+ <eraseScreenDown>
204
204
205
205
<bold>Interactive Snapshot Progress</>
206
206
› <bold><dim>1 snapshot remaining</></>, <bold><green>1 snapshot updated</></>
@@ -214,7 +214,7 @@ exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and res
214
214
`;
215
215
216
216
exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and restart 3`] = `
217
- "[MOCK - clear]
217
+ "<clearTerminal>
218
218
219
219
<bold>Interactive Snapshot Result</>
220
220
› <bold><dim>2 snapshots reviewed</></>, <bold><green>1 snapshot updated</></>, <bold><yellow>1 snapshot skipped</></>
@@ -226,8 +226,8 @@ exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and res
226
226
`;
227
227
228
228
exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and restart 4`] = `
229
- "[MOCK - cursorUp]
230
- [MOCK - eraseDown]
229
+ "<moveCursorUpBy6Rows>
230
+ <eraseScreenDown>
231
231
232
232
<bold>Interactive Snapshot Progress</>
233
233
› <bold><dim>1 snapshot remaining</></>
@@ -241,8 +241,8 @@ exports[`SnapshotInteractiveMode update 1 test, skip 1 test, then finish and res
241
241
`;
242
242
243
243
exports[`SnapshotInteractiveMode update 1 test, then finish and return 1`] = `
244
- "[MOCK - cursorUp]
245
- [MOCK - eraseDown]
244
+ "<moveCursorUpBy6Rows>
245
+ <eraseScreenDown>
246
246
247
247
<bold>Interactive Snapshot Progress</>
248
248
› <bold><dim>1 snapshot remaining</></>
@@ -256,7 +256,7 @@ exports[`SnapshotInteractiveMode update 1 test, then finish and return 1`] = `
256
256
`;
257
257
258
258
exports[`SnapshotInteractiveMode update 1 test, then finish and return 2`] = `
259
- "[MOCK - clear]
259
+ "<clearTerminal>
260
260
261
261
<bold>Interactive Snapshot Result</>
262
262
› <bold><dim>1 snapshot reviewed</></>, <bold><green>1 snapshot updated</></>
@@ -267,8 +267,8 @@ exports[`SnapshotInteractiveMode update 1 test, then finish and return 2`] = `
267
267
`;
268
268
269
269
exports[`SnapshotInteractiveMode update 2 tests, then finish and return 1`] = `
270
- "[MOCK - cursorUp]
271
- [MOCK - eraseDown]
270
+ "<moveCursorUpBy6Rows>
271
+ <eraseScreenDown>
272
272
273
273
<bold>Interactive Snapshot Progress</>
274
274
› <bold><dim>2 snapshots remaining</></>
@@ -282,8 +282,8 @@ exports[`SnapshotInteractiveMode update 2 tests, then finish and return 1`] = `
282
282
`;
283
283
284
284
exports[`SnapshotInteractiveMode update 2 tests, then finish and return 2`] = `
285
- "[MOCK - cursorUp]
286
- [MOCK - eraseDown]
285
+ "<moveCursorUpBy6Rows>
286
+ <eraseScreenDown>
287
287
288
288
<bold>Interactive Snapshot Progress</>
289
289
› <bold><dim>1 snapshot remaining</></>, <bold><green>1 snapshot updated</></>
@@ -297,7 +297,7 @@ exports[`SnapshotInteractiveMode update 2 tests, then finish and return 2`] = `
297
297
`;
298
298
299
299
exports[`SnapshotInteractiveMode update 2 tests, then finish and return 3`] = `
300
- "[MOCK - clear]
300
+ "<clearTerminal>
301
301
302
302
<bold>Interactive Snapshot Result</>
303
303
› <bold><dim>2 snapshots reviewed</></>, <bold><green>2 snapshots updated</></>
0 commit comments