Commit 9e971701 authored by Robert Knight's avatar Robert Knight

Combine import statements for same module

Also move `$imports` to end per convention.
parent b2311651
import fetchMock from 'fetch-mock'; import fetchMock from 'fetch-mock';
import sinon from 'sinon'; import sinon from 'sinon';
import { $imports, TokenError } from '../oauth-client';
import OAuthClient from '../oauth-client';
import FakeWindow from '../../test/fake-window'; import FakeWindow from '../../test/fake-window';
import OAuthClient, { TokenError, $imports } from '../oauth-client';
const fixtures = { const fixtures = {
tokenResponse: { tokenResponse: {
......
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