Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Jun 8, 2020
1 parent 5eff556 commit 7396ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
//

import { AttachmentContentTypes } from '@bfemulator/sdk-shared';
import { SharedConstants } from '@bfemulator/app-shared';

import { OAuthLinkEncoder } from './oauthLinkEncoder';
import { SharedConstants } from '@bfemulator/app-shared';

jest.mock('./uniqueId', () => ({
uniqueId: () => 'fgfdsggf5432534',
Expand Down

0 comments on commit 7396ffe

Please sign in to comment.