mocha.setup('bdd');
var tests = Object.keys(window.__karma__.files).filter(function (file) {
- return /\.test\.js$/.test(file);
+ return (/\.test\.js$/).test(file);
});
require({
paths: {
'fnpjs': '../fnpjs',
- 'libs': '../../libs'
+ 'libs': '../../libs',
+ 'smartxml': '../smartxml',
+ 'wlxml': '../wlxml'
},
map: {