Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
minor linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
btabaska committed Aug 7, 2024
1 parent fa7adf2 commit 840c3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/components/search/SearchPagination.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable jest/no-commented-out-tests */
import "@testing-library/jest-dom/extend-expect";
import { axe } from "jest-axe";
import { render} from "tests/react-utils";
import { render } from "tests/react-utils";
import React from "react";
import SearchPagination from "src/components/search/SearchPagination";

Expand Down

0 comments on commit 840c3bb

Please sign in to comment.