This commit is contained in:
parent
61b649fdc5
commit
c4fcb2cd12
|
@ -1,7 +1,7 @@
|
|||
|
||||
const {models} = require('vn-loopback/server/server');
|
||||
|
||||
fdescribe('itemShelving hasOlder()', () => {
|
||||
describe('itemShelving hasOlder()', () => {
|
||||
it('should return false because there are not older items', async() => {
|
||||
const shelvingFkIn = 'GVC';
|
||||
const shelvingFkOut = 'HEJ';
|
||||
|
|
Loading…
Reference in New Issue