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