| Current Path : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/dev/tests/js/jasmine/assets/apply/ |
| Current File : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/dev/tests/js/jasmine/assets/apply/index.js |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define([
'tests/assets/tools',
'tests/assets/apply/components/fn',
'text!./config.json',
'text!./templates/node.html'
], function (tools, fnComponent, config, nodeTmpl) {
'use strict';
var preset;
preset = tools.init(config, {
'fn': nodeTmpl
});
preset.fn.component = fnComponent;
return preset;
});