Skip to content

Commit 7c994bf

Browse files
author
Mykhailo Miroshnikov
committed
MAGETWO-35118: JavaScript Unit Test Framework supports theme feature
- Fix fallen test
1 parent 4f69643 commit 7c994bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/require.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require.config({
2323
'dev/tests/js/jasmine/assets/jsbuild/local.js': 'define([], function () {\'use strict\'; return \'internal module\'; });'
2424
},
2525
text: {
26-
'dev/tests/js/jasmine/assets/text/local.html': '<span>Local Template</span>'
26+
'dev/tests/js/jasmine/assets/text/local.html': '<!--\n/**\n * Copyright © 2015 Magento. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span>Local Template</span>'
2727
}
2828
},
2929
deps: [

0 commit comments

Comments
 (0)