#6436 Definir funcion global que añada ctx #2232

Merged
jon merged 28 commits from 6436_jasmine_beforeAll into dev 2024-07-03 07:56:18 +00:00
2 changed files with 0 additions and 10 deletions
Showing only changes of commit 324d7ef7ae - Show all commits

View File

@ -85,9 +85,6 @@ async function test() {
'modules/*/back/**/*.[sS]pec.js'
],
helpers: [`back/vn-jasmine.js`],
asyncHelpers: {miHelperAsync
}
};
if (PARALLEL) {
@ -123,8 +120,3 @@ async function test() {
}
test();
function miHelperAsync() {
return new Promise((resolve, reject) => {
resolve('Resultado del helper');
});
}

View File

@ -45,6 +45,4 @@ module.exports = {
(function init() {
vnBeforeAll();
describe.$inject = () => {
};
})();