Skip to content

Commit e340469

Browse files
committed
AC-15033:[JS deprecations] Investigate the Unit test Failures
1 parent a6c0dc4 commit e340469

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/ProductVideo/adminhtml/js/get-video-information.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5+
/* eslint-disable */
56
define([
67
'jquery',
78
'Magento_ProductVideo/js/get-video-information'

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/html.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
5+
/* eslint-disable */
66
define([
77
'underscore',
88
'uiRegistry',

0 commit comments

Comments
 (0)