Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asafshen committed Feb 4, 2024
1 parent 86f6baa commit b85c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/Descope.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Descope', () => {
});

// ensure beforeRequest hook was set with the correct value
const {beforeRequest} = DescopeWC.sdkConfigOverrides.hooks;
const { beforeRequest } = DescopeWC.sdkConfigOverrides.hooks;
expect((beforeRequest as jest.Mock).getMockName()).toBe(
'before-request-hook'
);
Expand Down

0 comments on commit b85c24a

Please sign in to comment.