Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Dec 13, 2024
1 parent dc01f4a commit b90e44e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ describe('ReactFlightDOMForm', () => {
expect(form2.textContent).toBe('error message');
expect(form2.firstChild.tagName).toBe('DIV');
});

it('useActionState can return binary state during MPA form submission', async () => {
const serverAction = serverExports(
async function action(prevState, formData) {
Expand Down

0 comments on commit b90e44e

Please sign in to comment.