Bug/Test #1515 Dump structure de production a dev

This commit is contained in:
Bernat 2019-06-11 12:25:02 +02:00
parent 2504d06bab
commit 5ce33fbefd
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
const app = require('vn-loopback/server/server');
// #1515 Dump structure de production a dev
xdescribe('workerMana getCurrentWorkerMana()', () => {
describe('workerMana getCurrentWorkerMana()', () => {
it('should get the mana of the logged worker', async() => {
let mana = await app.models.WorkerMana.getCurrentWorkerMana({req: {accessToken: {userId: 18}}});