Skip to content

Commit 708c6ac

Browse files
committed
MC-30502: JSUnit tests incompatible with Node v10 or v12
- added placeholder for urls
1 parent 42e4454 commit 708c6ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/grid/masonry.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ define([
2222
category: {},
2323
'category_id': 695,
2424
'category_name': 'People',
25+
'comp_url': 'url',
2526
'content_type': 'image/jpeg',
2627
'country_name': 'Malaysia',
2728
'creation_date': '2020-03-02 10:41:51',
@@ -37,6 +38,8 @@ define([
3738
overlay: '',
3839
path: '',
3940
'premium_level_id': 0,
41+
'thumbnail_240_url': 'url',
42+
'thumbnail_500_ur': 'url',
4043
title: 'Neon effect picture of man wearing medical mask for viral or pandemic disease',
4144
width: 4896
4245
}

0 commit comments

Comments
 (0)