/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
dev/tests/js/jasmine/spec_runner/template.html
35 строк
1 KB
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
22 окт 2025, 10:44
22 окт 2025, 10:44
264bea2
Код
Авторство
О чём код?
<!-- /** * Copyright 2015 Adobe * All Rights Reserved. */ --> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Jasmine Spec Runner</title> <link rel="shortcut icon" type="image/png" href="<%= temp %>/jasmine_favicon.png"> <% css.forEach(function (style) { %> <link rel="stylesheet" href="<%= style %>"> <script type="text/javascript"> var require = { baseUrl: '<%= options.baseUrl %>' }; </script> <% }); %> <% with (scripts) { %> <% [].concat(polyfills, jasmine, '.grunt/grunt-contrib-jasmine/boot0.js', 'dev/tests/js/jasmine/spec_runner/jasmine-config.js', '.grunt/grunt-contrib-jasmine/boot1.js', vendor, src, reporters).forEach(function (script) { %> <script type="text/javascript" src="<%= script %>"></script> <% }); %> <% } %> <script type="text/javascript"> var jasmineBoot = window.onload; window.onload = null; require(<%= JSON.stringify(scripts.helpers) %>, jasmineBoot); </script> </head> <body></body> </html>