Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael committed Jul 23, 2019
1 parent e4e59ec commit 447073f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import browser from 'sinon-chrome';
import sinon from 'sinon';
import Settings from '../src/settings.js';
import Oauth from '../src/class/Oauth';
import Shared from '../src/class/Shared';

Shared.setBackgroundPage(true);

let server = null;

Expand Down
3 changes: 3 additions & 0 deletions test/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import browser from 'sinon-chrome';
import sinon from 'sinon';
import Settings from '../src/settings.js';
import Search from '../src/class/Search';
import Shared from '../src/class/Shared';

Shared.setBackgroundPage(true);

window.browser = browser;

Expand Down
3 changes: 3 additions & 0 deletions test/content/Scrobble.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import sinon from 'sinon';
import Settings from '../../src/settings';
import Scrobble from '../../src/class/content/Scrobble';
import NetflixTestUtils from '../../test-helpers/NetflixTestHelper';
import Shared from '../../src/class/Shared';

Shared.setBackgroundPage(true);

window.browser = browser;

Expand Down

0 comments on commit 447073f

Please sign in to comment.