Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 28, 2024
1 parent f02f1a2 commit 4e8253c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/react/hoc/__tests__/queries/lifecycle.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import { mockSingleLink } from "../../../../testing";
import { Query as QueryComponent } from "../../../components";
import { graphql } from "../../graphql";
import { ChildProps, DataValue } from "../../types";
import { disableActEnvironment, renderToRenderStream } from "@testing-library/react-render-stream";
import {
disableActEnvironment,
renderToRenderStream,
} from "@testing-library/react-render-stream";

describe("[queries] lifecycle", () => {
// lifecycle
Expand Down

0 comments on commit 4e8253c

Please sign in to comment.