Skip to content

Commit

Permalink
fix: ignore jest type
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Apr 2, 2024
1 parent a010db4 commit ce13431
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/plugins/__tests__/consent/idfa.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ describe('IDFA x Consent', () => {

const idfaPlugin = new IdfaPlugin(false);
client.add({
plugin: idfaPlugin as Plugin,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
plugin: idfaPlugin,
});

await client.init();
Expand Down

0 comments on commit ce13431

Please sign in to comment.