Lines Matching refs:forEach
192 ASSET_KEYS.forEach((key) => t.expect(keys).toContain(key));
199 INFO_KEYS.forEach((key) => t.expect(keys).toContain(key));
205 ALBUM_KEYS.forEach((key) => t.expect(keys).toContain(key));
211 GET_ASSETS_KEYS.forEach((key) => t.expect(keys).toContain(key));
272 assets.forEach((asset) => t.expect(DEFAULT_MEDIA_TYPES).toContain(asset.mediaType));
279 assets.forEach((asset) => t.expect(DEFAULT_MEDIA_TYPES).toContain(asset.mediaType));
281 assets.forEach((asset) => t.expect(asset.albumId).toBe(album.id));
292 assets.forEach((asset) => t.expect(DEFAULT_MEDIA_TYPES).toContain(asset.mediaType));
307 assets.forEach((asset) => t.expect(asset.mediaType).toBe(mediaType));
316 assets.forEach((asset) => t.expect(asset.mediaType).toBe(mediaType));
324 assets.forEach((asset) => {
335 assets.forEach((asset) => {
410 expectedExtraKeys.forEach((key) => t.expect(keys).toContain(key));
429 expectedExtraKeys.forEach((key) => t.expect(keys).not.toContain(key));
445 expectedExtraKeys.forEach((key) => t.expect(keys).toContain(key));
464 expectedExtraKeys.forEach((key) => t.expect(keys).not.toContain(key));
481 deletedAssets.forEach((deletedAsset) => t.expect(deletedAsset).toBeNull);