We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa6f72 commit 5527cd7Copy full SHA for 5527cd7
test/jest/victory/victory.test.js
@@ -1,12 +1,7 @@
1
-/**
2
- * Client tests
3
- */
4
import * as Victory from "victory";
5
6
describe("victory", () => {
7
- // eslint-disable-line max-statements
8
describe("exports victory components", () => {
9
10
it("exports VictoryAnimation", () => {
11
expect(Victory.VictoryAnimation).toBeDefined();
12
});
@@ -159,7 +154,6 @@ describe("victory", () => {
159
154
160
155
161
156
describe("exports helper components", () => {
162
163
157
it("exports addEvents", () => {
164
158
expect(Victory.addEvents).toBeDefined();
165
0 commit comments