Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Jan 21, 2025
1 parent 8306c78 commit a47a1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shared/src/__tests__/loadClerkJsScript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('loadClerkJsScript(options)', () => {
document.querySelector = jest.fn().mockReturnValue(null);
});

test('throws error when publishableKey is missing', () => {
test('throws error when publishableKey is missing', async () => {
await expect(() => loadClerkJsScript({} as any)).rejects.toThrow(
'@clerk/clerk-react: Missing publishableKey. You can get your key at https://dashboard.clerk.com/last-active?path=api-keys.',
);
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a47a1ef

Please sign in to comment.