Skip to content

Commit ef033b6

Browse files
MAGETWO-61261: Cover with Js unit test changes introduced in the scope of bugfixing
1 parent 0d28303 commit ef033b6

File tree

1 file changed

+7
-0
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view

1 file changed

+7
-0
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/shipping.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
*/
55

66
/* eslint max-nested-callbacks: 0 */
7+
require.config({
8+
map: {
9+
'*': {
10+
'Magento_Checkout/js/view/shipping': 'Magento_Checkout/js/view/shipping'
11+
}
12+
}
13+
});
714

815
define(['squire', 'ko', 'jquery', 'jquery/validate'], function (Squire, ko, $) {
916
'use strict';

0 commit comments

Comments
 (0)