Skip to content

Commit

Permalink
馃拞馃徎 remove .only for Form tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed May 20, 2023
1 parent b6d9454 commit 3f2838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/form.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('Form', () => {
});
});

it.only('should support fetcher prop with external request', async () => {
it('should support fetcher prop with external request', async () => {
const fetcher = jest.fn();
const App = () => {
const {
Expand Down

0 comments on commit 3f2838e

Please sign in to comment.