Skip to content

Commit

Permalink
Update packages/starknet-snap/src/index.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Stanley Yuen <102275989+stanleyyconsensys@users.noreply.github.com>
  • Loading branch information
khanti42 and stanleyyconsensys authored Nov 21, 2024
1 parent 08e0797 commit df86e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starknet-snap/src/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('onRpcRequest', () => {
});

describe('onHomePage', () => {
it('executes homePageController normally if jsxSupport is not required', async () => {
it('executes homePageController', async () => {
const executeSpy = jest.spyOn(HomePageController.prototype, 'execute');
executeSpy.mockResolvedValue({ content: text('test') });

Expand Down

0 comments on commit df86e0e

Please sign in to comment.