7953-devToTest_2438 #2942
|
@ -1,6 +1,6 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
fdescribe('client consumption() filter', () => {
|
||||
describe('client consumption() filter', () => {
|
||||
it('should return a list of buyed items by ticket', async() => {
|
||||
const tx = await models.Client.beginTransaction({});
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ const models = require('vn-loopback/server/server').models;
|
|||
const LoopBackContext = require('loopback-context');
|
||||
const UserError = require('vn-loopback/util/user-error');
|
||||
|
||||
fdescribe('InvoiceOut makePdfAndNotify()', () => {
|
||||
describe('InvoiceOut makePdfAndNotify()', () => {
|
||||
const userId = 5;
|
||||
const ctx = {
|
||||
req: {
|
||||
|
|
Loading…
Reference in New Issue