Skip to content

Commit

Permalink
chore(apps/web): Use act from 'react' package instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Jan 3, 2025
1 parent 3611821 commit 5e380ff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {
screen,
waitFor,
} from "@testing-library/react";
import { FC } from "react";
import { act } from "react-dom/test-utils";
import { FC, act } from "react";
import { SpecificationFormView } from "../../../src/components/specification/SpecificationFormView";
import localRepository from "../../../src/components/specification/hooks/localRepository";
import {
Expand Down

0 comments on commit 5e380ff

Please sign in to comment.