Skip to content

Commit

Permalink
fix: replace ts-ignore with ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Ostrowski committed Oct 8, 2024
1 parent 6d210fc commit e7f0194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Filter', () => {
});

expect(filterParams).toHaveProperty('$or');
// @ts-ignore
// @ts-expect-error
expect(filterParams.$or.length).toEqual(1);
});

Expand Down

0 comments on commit e7f0194

Please sign in to comment.