Skip to content

Commit ef50b62

Browse files
vetruvetsherwinski
authored andcommitted
cleanup: simplify linter globals setup for tests (#294)
1 parent 2e37772 commit ef50b62

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

test/.eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"env": {
3+
"jasmine": true
4+
}
5+
}

test/testBoundingBox.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* global describe it expect */
2-
31
import BoundingBox from "../src/js/BoundingBox";
42

53
import { boundingBoxOptions } from "./helpers";

test/testDrift.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* global describe it expect beforeEach afterEach spyOn */
2-
31
import Drift from "../src/js/Drift";
42

53
import { defaultDriftConfig } from "./helpers";

test/testTrigger.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* global describe it expect beforeEach afterEach */
2-
31
import Trigger from "../src/js/Trigger";
42

53
import { mockEvent, triggerOptions } from "./helpers";

test/testZoomPane.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* global describe it expect */
2-
31
import ZoomPane from "../src/js/ZoomPane";
42

53
import { zoomPaneOptions } from "./helpers";

0 commit comments

Comments
 (0)