4067- Extended client list #991

Merged
carlosjr merged 8 commits from 4067-client_detail into dev 2022-06-07 13:41:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 571e2f03d3 - Show all commits

View File

@ -1,6 +1,6 @@
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() => {
const tx = await models.Client.beginTransaction({});