Skip to content

Commit

Permalink
Link to victory-tooltip package in test
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf committed Jan 11, 2024
1 parent 3391e98 commit ba3425f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/victory-tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-tooltip": "*"
},
"publishConfig": {
"provenance": true
},
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-tooltip/src/victory-tooltip.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from "react";
import { VictoryContainer, VictoryLabel } from "victory-core";
import { fireEvent, screen, render } from "@testing-library/react";

import Flyout from './flyout';
import { VictoryTooltip, VictoryTooltipProps } from './victory-tooltip';
import Flyout from "./flyout";
import { VictoryTooltip, VictoryTooltipProps } from "victory-tooltip";

describe("components/victory-tooltip", () => {
const flyoutId = "flyout-1";
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba3425f

Please sign in to comment.