This commit is contained in:
parent
0baa9c5a98
commit
8d94a94e14
|
@ -2,7 +2,7 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
const LoopBackContext = require('loopback-context');
|
||||
|
||||
fdescribe('InvoiceOut tranferInvoice()', () => {
|
||||
describe('InvoiceOut tranferInvoice()', () => {
|
||||
const activeCtx = {
|
||||
accessToken: {userId: 5},
|
||||
http: {
|
||||
|
@ -19,7 +19,7 @@ fdescribe('InvoiceOut tranferInvoice()', () => {
|
|||
});
|
||||
});
|
||||
|
||||
fit('should return the id of the created issued invoice', async() => {
|
||||
it('should return the id of the created issued invoice', async() => {
|
||||
const tx = await models.InvoiceOut.beginTransaction({});
|
||||
const options = {transaction: tx};
|
||||
const args = {
|
||||
|
|
Loading…
Reference in New Issue