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

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed May 15, 2024
1 parent e4a8006 commit 76ee897
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/tests/components/ProcessIntro.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { render, screen } from "@testing-library/react";
import { render, screen } from "tests/react-utils";
import ProcessIntro from "src/pages/content/ProcessIntro";

describe("Process Content", () => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/tests/components/ProcessInvolved.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { render, screen } from "@testing-library/react";
import { render, screen } from "tests/react-utils";
import ProcessInvolved from "src/pages/content/ProcessInvolved";

describe("Process Content", () => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/tests/components/ProcessMilestones.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { render, screen } from "@testing-library/react";
import { render, screen } from "tests/react-utils";
import ProcessMilestones from "src/pages/content/ProcessMilestones";

describe("Process Content", () => {
Expand Down

0 comments on commit 76ee897

Please sign in to comment.