Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Dec 13, 2024
1 parent 202ef97 commit 68a538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/__tests__/renderer.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {describe, beforeAll, beforeEach, it} from "@jest/globals";
import {Errors} from "@khanacademy/perseus-core";
import {act, logRoles, screen, waitFor, within} from "@testing-library/react";
import {act, screen, waitFor, within} from "@testing-library/react";
import {userEvent as userEventLib} from "@testing-library/user-event";
import * as React from "react";

Expand Down

0 comments on commit 68a538f

Please sign in to comment.