Skip to content

Commit

Permalink
Merge pull request #26 from DevAnonitos/son
Browse files Browse the repository at this point in the history
update:Add->SnapShotCreatePrompt
  • Loading branch information
DevAnonitos authored May 19, 2024
2 parents 4996f55 + 1b4402d commit 9599303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/pages/CreatePrompt.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ describe("CreatePromptPage", () => {

const router = jest.fn();
render(<CreatePrompt router={router} />);

expect(router.push).toMatchSnapshot();
});
});

0 comments on commit 9599303

Please sign in to comment.