This commit is contained in:
parent
84a51d3e8d
commit
324d7ef7ae
|
@ -85,9 +85,6 @@ async function test() {
|
||||||
'modules/*/back/**/*.[sS]pec.js'
|
'modules/*/back/**/*.[sS]pec.js'
|
||||||
],
|
],
|
||||||
helpers: [`back/vn-jasmine.js`],
|
helpers: [`back/vn-jasmine.js`],
|
||||||
asyncHelpers: {miHelperAsync
|
|
||||||
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (PARALLEL) {
|
if (PARALLEL) {
|
||||||
|
@ -123,8 +120,3 @@ async function test() {
|
||||||
}
|
}
|
||||||
|
|
||||||
test();
|
test();
|
||||||
function miHelperAsync() {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
resolve('Resultado del helper');
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
|
@ -45,6 +45,4 @@ module.exports = {
|
||||||
|
|
||||||
(function init() {
|
(function init() {
|
||||||
vnBeforeAll();
|
vnBeforeAll();
|
||||||
describe.$inject = () => {
|
|
||||||
};
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue