Skip to content

Commit 2421648

Browse files
author
Becca Bailey
committed
Fix victory vendor import
1 parent 52a3726 commit 2421648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/victory-core/victory-primitives/curve.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { Curve } from "victory-line";
33
import { renderInSvg } from "../../rendering-utils";
4-
import * as d3Scale from "victory-vendor/lib/d3-scale";
4+
import * as d3Scale from "victory-vendor/d3-scale";
55

66
describe("victory-primitives/curve", () => {
77
const baseProps = {

0 commit comments

Comments
 (0)