@@ -34,7 +34,6 @@ describe('utils.projects', function() {
34
34
fetching : false ,
35
35
isIncomplete : null ,
36
36
hasMore : null ,
37
- initiallyLoaded : true ,
38
37
projects : [
39
38
expect . objectContaining ( {
40
39
id : '1' ,
@@ -56,7 +55,6 @@ describe('utils.projects', function() {
56
55
fetching : false ,
57
56
isIncomplete : null ,
58
57
hasMore : null ,
59
- initiallyLoaded : true ,
60
58
projects : [
61
59
expect . objectContaining ( {
62
60
id : '1' ,
@@ -97,7 +95,6 @@ describe('utils.projects', function() {
97
95
fetching : true ,
98
96
isIncomplete : null ,
99
97
hasMore : null ,
100
- initiallyLoaded : true ,
101
98
projects : [
102
99
{ slug : 'a' } ,
103
100
{ slug : 'b' } ,
@@ -126,7 +123,6 @@ describe('utils.projects', function() {
126
123
fetching : false ,
127
124
isIncomplete : false ,
128
125
hasMore : null ,
129
- initiallyLoaded : true ,
130
126
projects : [
131
127
expect . objectContaining ( {
132
128
id : '100' ,
@@ -164,7 +160,6 @@ describe('utils.projects', function() {
164
160
fetching : true ,
165
161
isIncomplete : null ,
166
162
hasMore : null ,
167
- initiallyLoaded : true ,
168
163
projects : [
169
164
{ slug : 'a' } ,
170
165
{ slug : 'b' } ,
@@ -193,7 +188,6 @@ describe('utils.projects', function() {
193
188
fetching : false ,
194
189
isIncomplete : true ,
195
190
hasMore : null ,
196
- initiallyLoaded : true ,
197
191
projects : [
198
192
expect . objectContaining ( {
199
193
id : '100' ,
@@ -246,7 +240,6 @@ describe('utils.projects', function() {
246
240
expect . objectContaining ( {
247
241
fetching : true ,
248
242
isIncomplete : null ,
249
- initiallyLoaded : false ,
250
243
hasMore : null ,
251
244
projects : [ ] ,
252
245
} )
@@ -266,7 +259,6 @@ describe('utils.projects', function() {
266
259
expect . objectContaining ( {
267
260
fetching : false ,
268
261
isIncomplete : null ,
269
- initiallyLoaded : true ,
270
262
hasMore : true ,
271
263
projects : [
272
264
expect . objectContaining ( {
@@ -294,7 +286,6 @@ describe('utils.projects', function() {
294
286
expect . objectContaining ( {
295
287
fetching : true ,
296
288
isIncomplete : null ,
297
- initiallyLoaded : false ,
298
289
hasMore : null ,
299
290
projects : [ ] ,
300
291
} )
@@ -335,7 +326,6 @@ describe('utils.projects', function() {
335
326
expect . objectContaining ( {
336
327
fetching : false ,
337
328
isIncomplete : null ,
338
- initiallyLoaded : true ,
339
329
hasMore : false ,
340
330
projects : [
341
331
expect . objectContaining ( {
@@ -393,7 +383,6 @@ describe('utils.projects', function() {
393
383
expect . objectContaining ( {
394
384
fetching : false ,
395
385
isIncomplete : null ,
396
- initiallyLoaded : true ,
397
386
hasMore : false ,
398
387
projects : [
399
388
expect . objectContaining ( {
0 commit comments