Skip to content

Commit fd6a4f5

Browse files
committed
fix lint and test case
1 parent 0598e12 commit fd6a4f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/victory-pie/src/curved-label.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
Helpers,
1010
VictoryLabelProps,
1111
VictoryLabel,
12-
TextPath
12+
TextPath,
1313
} from "victory-core";
1414

1515
interface CurvedLabelProps

packages/victory/src/victory.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ describe("victory", () => {
312312
"Collection",
313313
"CursorHelpers",
314314
"Curve",
315+
"CurvedLabel",
315316
"Data",
316317
"DefaultTransitions",
317318
"Domain",

0 commit comments

Comments
 (0)