7806_devToTest_2332 #2801
|
@ -1,6 +1,6 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
fdescribe('Item getWasteByItem()', () => {
|
||||
describe('Item getWasteByItem()', () => {
|
||||
it('should check for the waste breakdown by worker and item', async() => {
|
||||
const tx = await models.Item.beginTransaction({});
|
||||
const options = {transaction: tx};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
fdescribe('Item getWasteByWorker()', () => {
|
||||
describe('Item getWasteByWorker()', () => {
|
||||
it('should check for the waste breakdown for every worker', async() => {
|
||||
const tx = await models.Item.beginTransaction({});
|
||||
const options = {transaction: tx};
|
||||
|
|
Loading…
Reference in New Issue