We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a3726 commit 2421648Copy full SHA for 2421648
test/jest/victory-core/victory-primitives/curve.test.js
@@ -1,7 +1,7 @@
1
import React from "react";
2
import { Curve } from "victory-line";
3
import { renderInSvg } from "../../rendering-utils";
4
-import * as d3Scale from "victory-vendor/lib/d3-scale";
+import * as d3Scale from "victory-vendor/d3-scale";
5
6
describe("victory-primitives/curve", () => {
7
const baseProps = {
0 commit comments