Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef committed Dec 18, 2024
1 parent 40b9bdf commit fc499e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clerk-js/src/core/fraudProtection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('FraudProtectionService', () => {

mockClerk = { client: mockClient.getOrCreateInstance() } as any as Clerk;

// @ts-expect-error The contructor is private and should be accessed through getInstance
// @ts-expect-error The contructor is private and the singleton instance should be accessed through getInstance()
sut = new FraudProtection(mockClient, MockCaptchaChallenge as any);
});

Expand Down

0 comments on commit fc499e3

Please sign in to comment.