refactor: refs #6436 changed test config
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-06-12 14:54:43 +02:00
parent 84a51d3e8d
commit 324d7ef7ae
2 changed files with 0 additions and 10 deletions

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 = () => {
};
})();