Skip to content

Commit

Permalink
import react component in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitha-sundararajan committed Sep 20, 2024
1 parent e78e0f8 commit bae6430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
mockFormConcepts,
mockFormTranslations,
} from "./GenericFormDisplayControlMock";
import { FormattedMessage } from 'react-intl';

jest.mock("../utils/GenericFormsDisplayControlUtils", () => {
const originalModule = jest.requireActual(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import axios from "axios";
import { FETCH_FORM_DETAILS_URL } from "../../../../constants";
import { getFetchFormTranslationsUrl } from "../../../../utils/CommonUtils";
Expand Down

0 comments on commit bae6430

Please sign in to comment.