7773-testToMaster_2430 #2774

Merged
alexm merged 368 commits from 7773-testToMaster_2430 into master 2024-07-23 06:21:03 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3539b5a33e - Show all commits

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
fdescribe('Entry filter()', () => {
describe('Entry filter()', () => {
it('should return the entry matching "search"', async() => {
const tx = await models.Entry.beginTransaction({});
const options = {transaction: tx};

View File

@ -1,7 +1,7 @@
const UserError = require('vn-loopback/util/user-error');
const models = require('vn-loopback/server/server').models;
fdescribe('entry getBuys()', () => {
describe('entry getBuys()', () => {
const entryId = 4;
describe('should get the buys and items of an entry ', () => {
it('when is supplier and entry owner', async() => {