cleanup: typos and remove commented out code (#36573)

This commit is contained in:
xyozio
2019-08-09 21:27:26 +03:00
committed by mrugesh
parent 5db1f0d4c4
commit 657a5e2c16
6 changed files with 7 additions and 16 deletions

View File

@ -340,7 +340,7 @@ describe('boot/challenge', () => {
const mockHomeLocation = 'https://www.example.com';
const mockLearnUrl = `${mockHomeLocation}/learn`;
it('redircts to the learn base url for non-users', async done => {
it('redirects to the learn base url for non-users', async done => {
const redirectToCurrentChallenge = createRedirectToCurrentChallenge(
() => {},
{ _homeLocation: mockHomeLocation, _learnUrl: mockLearnUrl }