Skip to content
Snippets Groups Projects
Unverified Commit 655328a7 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

:seedling: Move Component Tests from Test Directory (#29542)

* move component tests out of test dir

* fix export

* update test paths

* oops its a regex
parent 393ee261
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 1 deletion
......@@ -3,7 +3,7 @@ import mockDate from "mockdate";
import moment from "moment-timezone";
import { renderWithProviders, screen } from "__support__/ui";
import { createMockUser } from "metabase-types/api/mocks";
import LastEditInfoLabel from "metabase/components/LastEditInfoLabel";
import LastEditInfoLabel from "./LastEditInfoLabel";
describe("LastEditInfoLabel", () => {
afterEach(() => {
......
export { default } from "./LastEditInfoLabel";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment