| Current Path : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/dev/tests/js/jasmine/assets/script/ |
| Current File : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/dev/tests/js/jasmine/assets/script/index.js |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define([
'tests/assets/tools',
'text!./config.json',
'text!./templates/selector.html',
'text!./templates/virtual.html'
], function (tools, config, selectorTmpl, virtualTmpl) {
'use strict';
return tools.init(config, {
bySelector: selectorTmpl,
virtual: virtualTmpl
});
});