You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "is assigned an initial value of [\"Milo\", \"Otis\", \"Garfield\"]",
15
+
"fullTitle": "index.js cats is assigned an initial value of [\"Milo\", \"Otis\", \"Garfield\"]",
16
+
"duration": 2,
17
+
"currentRetry": 0,
18
+
"err": {}
19
+
},
20
+
{
21
+
"title": "appends a cat to the end of the cats array",
22
+
"fullTitle": "index.js Array functions destructivelyAppendCat(name) appends a cat to the end of the cats array",
23
+
"duration": 0,
24
+
"currentRetry": 0,
25
+
"err": {}
26
+
},
27
+
{
28
+
"title": "prepends a cat to the beginning of the cats array",
29
+
"fullTitle": "index.js Array functions destructivelyPrependCat(name) prepends a cat to the beginning of the cats array",
30
+
"duration": 1,
31
+
"currentRetry": 0,
32
+
"err": {}
33
+
},
34
+
{
35
+
"title": "removes the last cat from the cats array",
36
+
"fullTitle": "index.js Array functions destructivelyRemoveLastCat() removes the last cat from the cats array",
37
+
"duration": 2,
38
+
"currentRetry": 0,
39
+
"err": {}
40
+
},
41
+
{
42
+
"title": "removes the first cat from the cats array",
43
+
"fullTitle": "index.js Array functions destructivelyRemoveFirstCat() removes the first cat from the cats array",
44
+
"duration": 0,
45
+
"currentRetry": 0,
46
+
"err": {}
47
+
},
48
+
{
49
+
"title": "appends a cat to the cats array and returns a new array, leaving the cats array unchanged",
50
+
"fullTitle": "index.js Array functions appendCat(name) appends a cat to the cats array and returns a new array, leaving the cats array unchanged",
51
+
"duration": 1,
52
+
"currentRetry": 0,
53
+
"err": {}
54
+
},
55
+
{
56
+
"title": "prepends a cat to the cats array and returns a new array, leaving the cats array unchanged",
57
+
"fullTitle": "index.js Array functions prependCat(name) prepends a cat to the cats array and returns a new array, leaving the cats array unchanged",
58
+
"duration": 0,
59
+
"currentRetry": 0,
60
+
"err": {}
61
+
},
62
+
{
63
+
"title": "removes the last cat in the cats array and returns a new array, leaving the cats array unchanged",
64
+
"fullTitle": "index.js Array functions removeLastCat() removes the last cat in the cats array and returns a new array, leaving the cats array unchanged",
65
+
"duration": 1,
66
+
"currentRetry": 0,
67
+
"err": {}
68
+
},
69
+
{
70
+
"title": "removes the first cat from the cats array and returns a new array, leaving the cats array unchanged",
71
+
"fullTitle": "index.js Array functions removeFirstCat() removes the first cat from the cats array and returns a new array, leaving the cats array unchanged",
72
+
"duration": 1,
73
+
"currentRetry": 0,
74
+
"err": {}
75
+
}
76
+
],
77
+
"pending": [],
78
+
"failures": [],
79
+
"passes": [
80
+
{
81
+
"title": "is assigned an initial value of [\"Milo\", \"Otis\", \"Garfield\"]",
82
+
"fullTitle": "index.js cats is assigned an initial value of [\"Milo\", \"Otis\", \"Garfield\"]",
83
+
"duration": 2,
84
+
"currentRetry": 0,
85
+
"err": {}
86
+
},
87
+
{
88
+
"title": "appends a cat to the end of the cats array",
89
+
"fullTitle": "index.js Array functions destructivelyAppendCat(name) appends a cat to the end of the cats array",
90
+
"duration": 0,
91
+
"currentRetry": 0,
92
+
"err": {}
93
+
},
94
+
{
95
+
"title": "prepends a cat to the beginning of the cats array",
96
+
"fullTitle": "index.js Array functions destructivelyPrependCat(name) prepends a cat to the beginning of the cats array",
97
+
"duration": 1,
98
+
"currentRetry": 0,
99
+
"err": {}
100
+
},
101
+
{
102
+
"title": "removes the last cat from the cats array",
103
+
"fullTitle": "index.js Array functions destructivelyRemoveLastCat() removes the last cat from the cats array",
104
+
"duration": 2,
105
+
"currentRetry": 0,
106
+
"err": {}
107
+
},
108
+
{
109
+
"title": "removes the first cat from the cats array",
110
+
"fullTitle": "index.js Array functions destructivelyRemoveFirstCat() removes the first cat from the cats array",
111
+
"duration": 0,
112
+
"currentRetry": 0,
113
+
"err": {}
114
+
},
115
+
{
116
+
"title": "appends a cat to the cats array and returns a new array, leaving the cats array unchanged",
117
+
"fullTitle": "index.js Array functions appendCat(name) appends a cat to the cats array and returns a new array, leaving the cats array unchanged",
118
+
"duration": 1,
119
+
"currentRetry": 0,
120
+
"err": {}
121
+
},
122
+
{
123
+
"title": "prepends a cat to the cats array and returns a new array, leaving the cats array unchanged",
124
+
"fullTitle": "index.js Array functions prependCat(name) prepends a cat to the cats array and returns a new array, leaving the cats array unchanged",
125
+
"duration": 0,
126
+
"currentRetry": 0,
127
+
"err": {}
128
+
},
129
+
{
130
+
"title": "removes the last cat in the cats array and returns a new array, leaving the cats array unchanged",
131
+
"fullTitle": "index.js Array functions removeLastCat() removes the last cat in the cats array and returns a new array, leaving the cats array unchanged",
132
+
"duration": 1,
133
+
"currentRetry": 0,
134
+
"err": {}
135
+
},
136
+
{
137
+
"title": "removes the first cat from the cats array and returns a new array, leaving the cats array unchanged",
138
+
"fullTitle": "index.js Array functions removeFirstCat() removes the first cat from the cats array and returns a new array, leaving the cats array unchanged",
0 commit comments