Skip to content

Commit

Permalink
fix(crud-request): Moved ts-ignore to proper place so it won't fail w…
Browse files Browse the repository at this point in the history
…hen pushing code
  • Loading branch information
rgolea committed Sep 11, 2019
1 parent cbc4ade commit 01e58de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crud-request/test/request-query.builder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ describe('#request-query', () => {
});
it('should return query with custom filter operators', () => {
const test = qb
// @ts-ignore since this operator is not registered
.setFilter(
// @ts-ignore since this operator is not registered
{ field: 'foo', operator: 'custom', value: 'test' },
{ custom: () => `` },
)
Expand Down

0 comments on commit 01e58de

Please sign in to comment.