3570-feat(setQuantitySale): back route and test #869
|
@ -1,6 +1,6 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
fdescribe('setQuantitySale()', () => {
|
||||
describe('setQuantitySale()', () => {
|
||||
it('should change quantity sale', async() => {
|
||||
const tx = await models.Sale.beginTransaction({});
|
||||
const saleId = 30;
|
||||
|
|
Loading…
Reference in New Issue