Skip to content

Commit

Permalink
resolve lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Apr 15, 2021
1 parent 17aa1f0 commit 1ece58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotlight-client/src/ScrollManager/ScrollManager.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// =============================================================================

import { act, waitFor } from "@testing-library/react";
import { act } from "@testing-library/react";
import { NarrativesSlug } from "../routerUtils/types";
import { renderNavigableApp } from "../testUtils";

Expand Down

0 comments on commit 1ece58b

Please sign in to comment.