Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Sep 26, 2023
1 parent f6c3050 commit 6cd6f8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/web-runtime/tests/unit/pages/accessDenied.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ import {
defaultComponentMocks,
defaultPlugins,
mount,
defaultStoreMockOptions,
RouteLocation
defaultStoreMockOptions
} from 'web-test-helpers'
import { mock } from 'jest-mock-extended'

const selectors = {
logInAgainButton: '#exitAnchor'
}

import { ConfigurationManager, useConfigurationManager, useRequest } from 'web-pkg/src'
import { ConfigurationManager, useConfigurationManager } from 'web-pkg/src'

jest.mock('web-pkg/src/composables/configuration/useConfigurationManager')

Expand Down

0 comments on commit 6cd6f8d

Please sign in to comment.