4067- Extended client list #991
|
@ -1,6 +1,6 @@
|
||||||
const { models } = require('vn-loopback/server/server');
|
const { models } = require('vn-loopback/server/server');
|
||||||
|
|
||||||
fdescribe('client extendedListFilter()', () => {
|
describe('client extendedListFilter()', () => {
|
||||||
it('should return the clients matching the filter with a limit of 20 rows', async() => {
|
it('should return the clients matching the filter with a limit of 20 rows', async() => {
|
||||||
const tx = await models.Client.beginTransaction({});
|
const tx = await models.Client.beginTransaction({});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue