Skip to content

Commit

Permalink
Merge pull request #44 from fagbokforlaget/replace-ts-ignore
Browse files Browse the repository at this point in the history
fix: replace ts-ignore with ts-expect-error
  • Loading branch information
espresse authored Oct 8, 2024
2 parents 6d210fc + e7f0194 commit 6281cf7
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 6281cf7

Please sign in to comment.