Skip to content

Commit 5527cd7

Browse files
author
Becca Bailey
committed
Remove eslint disable comments
1 parent 5aa6f72 commit 5527cd7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/jest/victory/victory.test.js

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
/**
2-
* Client tests
3-
*/
41
import * as Victory from "victory";
52

63
describe("victory", () => {
7-
// eslint-disable-line max-statements
84
describe("exports victory components", () => {
9-
// eslint-disable-line max-statements
105
it("exports VictoryAnimation", () => {
116
expect(Victory.VictoryAnimation).toBeDefined();
127
});
@@ -159,7 +154,6 @@ describe("victory", () => {
159154
});
160155
});
161156
describe("exports helper components", () => {
162-
// eslint-disable-line max-statements
163157
it("exports addEvents", () => {
164158
expect(Victory.addEvents).toBeDefined();
165159
});

0 commit comments

Comments
 (0)