7953-devToTest_2438 #2942

Merged
alexm merged 199 commits from 7953-devToTest_2438 into test 2024-09-10 07:22:31 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ac36762e21 - Show all commits

View File

@ -1,6 +1,6 @@
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() => {
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 UserError = require('vn-loopback/util/user-error');
fdescribe('InvoiceOut makePdfAndNotify()', () => {
describe('InvoiceOut makePdfAndNotify()', () => {
const userId = 5;
const ctx = {
req: {