This commit is contained in:
parent
0bfd0895d7
commit
9cd8dfaf9d
|
@ -1,6 +1,6 @@
|
||||||
const models = require('vn-loopback/server/server').models;
|
const models = require('vn-loopback/server/server').models;
|
||||||
|
|
||||||
fdescribe('defaulter filter()', () => {
|
describe('defaulter filter()', () => {
|
||||||
const authUserId = 9;
|
const authUserId = 9;
|
||||||
it('should all return the tickets matching the filter', async() => {
|
it('should all return the tickets matching the filter', async() => {
|
||||||
const tx = await models.Defaulter.beginTransaction({});
|
const tx = await models.Defaulter.beginTransaction({});
|
||||||
|
|
Loading…
Reference in New Issue