Skip to content

Commit

Permalink
Fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed May 10, 2022
1 parent 733aff1 commit d67f4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/jest/victory-bar/bar.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { render } from "@testing-library/react";
import * as d3Scale from "d3-scale";
import * as d3Scale from "victory-vendor/d3-scale";
import { VictoryContainer } from "victory-core";
import { Bar } from "victory-bar";
import { getBarShape } from "../../svg-test-helper";
Expand Down
2 changes: 1 addition & 1 deletion test/jest/victory-bar/geometry-helper-methods.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { circle, point } from "victory-bar/src/geometry-helper-methods";
import { circle, point } from "victory-bar/lib/geometry-helper-methods";

describe("point", () => {
describe("calculates distances", () => {
Expand Down

0 comments on commit d67f4e4

Please sign in to comment.