Skip to content

Commit 2ca909c

Browse files
committed
update snapshots
1 parent 12b1c6a commit 2ca909c

File tree

3 files changed

+240
-240
lines changed

3 files changed

+240
-240
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`01. Initial state 1`] = `
4-
<EasyStateWrapper>
4+
<EasyCompWrapper>
55
<div>
66
01:00:00 AM
77
</div>
8-
</EasyStateWrapper>
8+
</EasyCompWrapper>
99
------------HTML PREVIEW---------------
10-
<EasyStateWrapper>
10+
<EasyCompWrapper>
1111
<div>
1212
01:00:00 AM
1313
</div>
14-
</EasyStateWrapper>
14+
</EasyCompWrapper>
1515
`;
1616

1717
exports[`02. After 2 seconds 1`] = `
18-
<EasyStateWrapper>
18+
<EasyCompWrapper>
1919
<div>
2020
01:00:02 AM
2121
</div>
22-
</EasyStateWrapper>
22+
</EasyCompWrapper>
2323
------------HTML PREVIEW---------------
24-
<EasyStateWrapper>
24+
<EasyCompWrapper>
2525
<div>
2626
01:00:02 AM
2727
</div>
28-
</EasyStateWrapper>
28+
</EasyCompWrapper>
2929
`;
3030

3131
exports[`03. After 10.5 seconds 1`] = `
32-
<EasyStateWrapper>
32+
<EasyCompWrapper>
3333
<div>
3434
01:00:10 AM
3535
</div>
36-
</EasyStateWrapper>
36+
</EasyCompWrapper>
3737
------------HTML PREVIEW---------------
38-
<EasyStateWrapper>
38+
<EasyCompWrapper>
3939
<div>
4040
01:00:10 AM
4141
</div>
42-
</EasyStateWrapper>
42+
</EasyCompWrapper>
4343
`;

0 commit comments

Comments
 (0)