feat: refs #7277 fdescribe
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javi Gallego 2024-08-30 13:56:07 +02:00
parent c45a861ef4
commit ac36762e21
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models; const models = require('vn-loopback/server/server').models;
fdescribe('client consumption() filter', () => { describe('client consumption() filter', () => {
it('should return a list of buyed items by ticket', async() => { it('should return a list of buyed items by ticket', async() => {
const tx = await models.Client.beginTransaction({}); const tx = await models.Client.beginTransaction({});

View File

@ -2,7 +2,7 @@ const models = require('vn-loopback/server/server').models;
const LoopBackContext = require('loopback-context'); const LoopBackContext = require('loopback-context');
const UserError = require('vn-loopback/util/user-error'); const UserError = require('vn-loopback/util/user-error');
fdescribe('InvoiceOut makePdfAndNotify()', () => { describe('InvoiceOut makePdfAndNotify()', () => {
const userId = 5; const userId = 5;
const ctx = { const ctx = {
req: { req: {