Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Mark proclaim and sinon as globals
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Apr 1, 2020
1 parent 4a275f9 commit 39bff6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions test/delegate.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-env mocha, sinon, proclaim */
/* eslint-env mocha */
/* global proclaim sinon */
import Delegate from '../main';
import proclaim from 'proclaim';
import sinon from 'sinon/pkg/sinon';

const setupHelper = {};

Expand Down
5 changes: 2 additions & 3 deletions test/scroll.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-env mocha, sinon, proclaim */
/* eslint-env mocha */
/* global proclaim sinon */
import Delegate from '../main';
import proclaim from 'proclaim';
import sinon from 'sinon/pkg/sinon';

describe("Delegate", () => {

Expand Down

0 comments on commit 39bff6d

Please sign in to comment.