Skip to content

Commit

Permalink
chore(clerk-js): Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Oct 31, 2023
1 parent fe1bcb4 commit 3fc17cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clerk-js/src/core/clerk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ describe('Clerk singleton', () => {
});
});

it('destroyes the current client after sign out', async () => {
it('destroys the current client after sign out', async () => {
const spyOnDestroy = jest.fn().mockImplementation(() => {
return Promise.resolve().then(async () => {
const clientInstance = await Client.getInstance().fetch();
Expand Down

0 comments on commit 3fc17cc

Please sign in to comment.