This commit is contained in:
parent
859f610f43
commit
159f2f5f1c
|
@ -2,7 +2,7 @@
|
||||||
const {models} = require('vn-loopback/server/server');
|
const {models} = require('vn-loopback/server/server');
|
||||||
|
|
||||||
describe('itemShelving getListItemNewer()', () => {
|
describe('itemShelving getListItemNewer()', () => {
|
||||||
fit('should return true because there is an older item', async() => {
|
it('should return true because there is an older item', async() => {
|
||||||
const shelving = 'NBB';
|
const shelving = 'NBB';
|
||||||
const parking = '700-01';
|
const parking = '700-01';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue