Skip to content

Commit

Permalink
Correct imports for visualisation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Jul 7, 2024
1 parent b131e75 commit b5bea6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/visualisation/src/feature/limit-depth.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { builder, bySource } from "@garden/core";
import { builder, bySource } from "@garden/graph";

import findDeepLinks from "../find-deep-links";

Expand Down
2 changes: 1 addition & 1 deletion packages/visualisation/src/feature/special-naming.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { builder } from "@garden/core";
import { builder } from "@garden/graph";

import findDeepLinks from "../find-deep-links";

Expand Down
3 changes: 1 addition & 2 deletions packages/visualisation/src/render.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { hash } from "@garden/core";
import { Items, ItemType, LinkType } from "@garden/types";
import { hash, Items, ItemType, LinkType } from "@garden/graph";
import { findAllByText } from "@testing-library/dom";
import * as d3 from "d3";
import { BaseType } from "d3";
Expand Down

0 comments on commit b5bea6b

Please sign in to comment.