Removed xdescribe

This commit is contained in:
Joan Sanchez 2021-03-22 09:10:45 +01:00
parent 29979d5367
commit 59bf458ca5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const app = require('vn-loopback/server/server'); const app = require('vn-loopback/server/server');
const LoopBackContext = require('loopback-context'); const LoopBackContext = require('loopback-context');
xdescribe('ticket changeState()', () => { describe('ticket changeState()', () => {
const salesPersonId = 18; const salesPersonId = 18;
const employeeId = 1; const employeeId = 1;
const productionId = 49; const productionId = 49;