8524-devToTest #3415

Merged
alexm merged 343 commits from 8524-devToTest into test 2025-02-04 13:42:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b7658f5814 - Show all commits

View File

@ -3,7 +3,7 @@
const models = require('vn-loopback/server/server').models; const models = require('vn-loopback/server/server').models;
describe('Transfer merchandise from one entry to the next day()', () => { describe('Transfer merchandise from one entry to the next day()', () => {
fit('should Transfer buys not located', async() => { it('should Transfer buys not located', async() => {
const tx = await models.ItemShelving.beginTransaction({}); const tx = await models.ItemShelving.beginTransaction({});
const options = {transaction: tx}; const options = {transaction: tx};