From 648285b16903e3c7c2fcf7a25cfa2ab8b8374690 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Tue, 11 Feb 2020 15:58:10 +0000 Subject: [PATCH] Removed unused import --- __tests__/index.test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/__tests__/index.test.ts b/__tests__/index.test.ts index df7e72e78..da0a29f0f 100644 --- a/__tests__/index.test.ts +++ b/__tests__/index.test.ts @@ -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';