test(salix): refs #7648 #7648 remove fdescribe
gitea/salix/pipeline/pr-dev Build queued... Details

This commit is contained in:
Javier Segarra 2024-07-02 10:08:51 +02:00
parent 08612fc70c
commit 3539b5a33e
2 changed files with 2 additions and 2 deletions

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() => {