parent
fc4019ad69
commit
af8773612c
|
@ -124,7 +124,7 @@ describe('loopback model Supplier', () => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
fit('should update the account attribute when a new supplier is created', async() => {
|
it('should update the account attribute when a new supplier is created', async() => {
|
||||||
const tx = await models.Supplier.beginTransaction({});
|
const tx = await models.Supplier.beginTransaction({});
|
||||||
const options = {transaction: tx};
|
const options = {transaction: tx};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue