Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jan 2, 2025
1 parent f4ee383 commit 5d6cb06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platforms/web/lib/useWysiwyg.undo-redo.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/

import { fireEvent, render, screen, waitFor, act } from '@testing-library/react';
import {
fireEvent,
render,
screen,
waitFor,
act,
} from '@testing-library/react';
import userEvent from '@testing-library/user-event';

import { Editor } from './testUtils/Editor';
Expand Down

0 comments on commit 5d6cb06

Please sign in to comment.