Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

test(login): improve test login screen #2312

Merged
merged 9 commits into from
Sep 15, 2020
Prev Previous commit
Next Next commit
test(login): reorganizing imports
  • Loading branch information
rsousaj committed Aug 17, 2020
commit 57acf012c6676a814f808e309e462ba1c6fdbb69
2 changes: 1 addition & 1 deletion src/__tests__/login/Login.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { RootState } from '../../shared/store'

const mockStore = createMockStore<RootState, any>([thunk])

describe('Login Page', () => {
describe('Login', () => {
const history = createMemoryHistory()
let store: MockStore

Expand Down