This commit is contained in:
parent
04734ac55c
commit
b7658f5814
|
@ -3,7 +3,7 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
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 options = {transaction: tx};
|
||||
|
||||
|
|
Loading…
Reference in New Issue