File tree 2 files changed +8
-8
lines changed
modules/IDE/components/__snapshots__
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ exports[`<Sketchlist /> snapshot testing 1`] = `
75
75
</a >
76
76
</th >
77
77
<td >
78
- Feb 25 , 2021, 11 :58:14 PM
78
+ Feb 26 , 2021, 4 :58:14 AM
79
79
</td >
80
80
<td >
81
- Feb 25 , 2021, 11 :58:29 PM
81
+ Feb 26 , 2021, 4 :58:29 AM
82
82
</td >
83
83
<td
84
84
class = " sketch-list__dropdown-column"
@@ -105,10 +105,10 @@ exports[`<Sketchlist /> snapshot testing 1`] = `
105
105
</a >
106
106
</th >
107
107
<td >
108
- Feb 23, 2021, 12 :40:43 PM
108
+ Feb 23, 2021, 5 :40:43 PM
109
109
</td >
110
110
<td >
111
- Feb 23, 2021, 12 :40:43 PM
111
+ Feb 23, 2021, 5 :40:43 PM
112
112
</td >
113
113
<td
114
114
class = " sketch-list__dropdown-column"
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ const mockProjects = [
2
2
{
3
3
name : 'testsketch1' ,
4
4
_id : 'testid1' ,
5
- updatedAt : '2021-02-26T04:58:29.390Z ' ,
5
+ updatedAt : '2021-02-26T04:58:29' ,
6
6
files : [ ] ,
7
- createdAt : '2021-02-26T04:58:14.136Z ' ,
7
+ createdAt : '2021-02-26T04:58:14' ,
8
8
id : 'testid1'
9
9
} ,
10
10
{
11
11
name : 'testsketch2' ,
12
12
_id : 'testid2' ,
13
- updatedAt : '2021-02-23T17:40:43.789Z ' ,
13
+ updatedAt : '2021-02-23T17:40:43' ,
14
14
files : [ ] ,
15
- createdAt : '2021-02-23T17:40:43.789Z ' ,
15
+ createdAt : '2021-02-23T17:40:43' ,
16
16
id : 'testid2'
17
17
}
18
18
] ;
You can’t perform that action at this time.
0 commit comments