Commit f83ad4af authored by Robert Knight's avatar Robert Knight

Remove unnecessary sinon import

`sinon` is exposed as a global in the test environment so it doesn't
need to be imported. Additionally some of the dependencies of Sinon
(samsam, nise) cause warnings about circular dependencies and use of
`eval` when bundled by Rollup.
parent fd99644f
import fetchMock from 'fetch-mock'; import fetchMock from 'fetch-mock';
import sinon from 'sinon';
import FakeWindow from '../../test/fake-window'; import FakeWindow from '../../test/fake-window';
import OAuthClient, { TokenError, $imports } from '../oauth-client'; import OAuthClient, { TokenError, $imports } from '../oauth-client';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment