#6436 Definir funcion global que añada ctx #2232
Labels
No Milestone
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2232
Loading…
Reference in New Issue
No description provided.
Delete Branch "6436_jasmine_beforeAll"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: #6436 Definir funcion global que añada ctxto #6436 Definir funcion global que añada ctx❗Las tareas en analisis NO se debe poner a nadie como revisor, dado que cuando pasan al estado analizado ya se revisa por javi/juan ❗#2037 (comment)
#6436 Definir funcion global que añada ctxto WIP: #6436 Definir funcion global que añada ctxEstá implementada la funcionalidad básica, queda reemplazar
@ -3,3 +2,4 @@
const {mockLoopBackContext} = require('vn-loopback/../../back/vn-jasmine');
describe('Model crud()', () => {
beforeAll(async() => {
CHECK ALL ==> quitar async y {}
WIP: #6436 Definir funcion global que añada ctxto #6436 Definir funcion global que añada ctx@ -86,2 +86,3 @@
],
helpers: []
helpers: [`back/vn-jasmine.js`],
asyncHelpers: {miHelperAsync
@jon Quitar
@ -121,3 +123,4 @@
}
test();
function miHelperAsync() {
@jon Quitar
@ -0,0 +45,4 @@
(function init() {
vnBeforeAll();
describe.$inject = () => {
@jon Quitar
@ -0,0 +1,54 @@
@juan pots revisar este archiu a vore com ho veus??