Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Feb 11, 2020
1 parent 208d722 commit 648285b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ jest.mock('../src/utils');
import Auth0Client from '../src/Auth0Client';
import { CacheLocation } from '../src/global';

import createAuth0Client, {
PopupConfigOptions,
GetTokenSilentlyOptions
} from '../src/index';
import createAuth0Client, { GetTokenSilentlyOptions } from '../src/index';

import { AuthenticationError } from '../src/errors';
import version from '../src/version';
Expand Down

0 comments on commit 648285b

Please sign in to comment.