Skip to content

Commit

Permalink
Remove explicit jest-dom imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Becca Bailey committed May 25, 2022
1 parent cc5424e commit 460ac09
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/jest/victory-area/victory-area.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@testing-library/jest-dom";
import { fireEvent, render, screen } from "@testing-library/react";
import { range } from "lodash";
import React from "react";
Expand Down
1 change: 0 additions & 1 deletion test/jest/victory-bar/victory-bar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { range } from "lodash";
import { VictoryChart } from "victory-chart";
import { VictoryBar, Bar } from "victory-bar";
import { isBar, getBarHeight } from "../../svg-test-helper";
import "@testing-library/jest-dom";

describe("components/victory-bar", () => {
describe("default component rendering", () => {
Expand Down
1 change: 0 additions & 1 deletion test/jest/victory-box-plot/victory-box-plot.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*eslint-disable react/prop-types */
import "@testing-library/jest-dom";
import { render, screen } from "@testing-library/react";
import React from "react";
import { VictoryBoxPlot } from "victory-box-plot";
Expand Down
1 change: 0 additions & 1 deletion test/jest/victory-candlestick/victory-candlestick.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*eslint-disable max-nested-callbacks */
import "@testing-library/jest-dom";
import { fireEvent, render, screen } from "@testing-library/react";
import { range } from "lodash";
import React from "react";
Expand Down
1 change: 0 additions & 1 deletion test/jest/victory-line/victory-line.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@testing-library/jest-dom";
import { fireEvent, render, screen } from "@testing-library/react";
import { random, range } from "lodash";
import React from "react";
Expand Down

0 comments on commit 460ac09

Please sign in to comment.