Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Jan 10, 2024
1 parent 6ba8f65 commit dd6571d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/victory-tooltip/src/flyout.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import { render } from "@testing-library/react";

import { SVGWrapper } from "../../../test/helpers";
import Flyout from './flyout';
import Flyout from "./flyout";

describe("victory-primitives/flyout", () => {
const baseProps = {
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

0 comments on commit dd6571d

Please sign in to comment.