diff --git a/tests/unit/store/actions.test.ts b/tests/unit/store/actions.test.ts index 1025cd14..a8e06b68 100644 --- a/tests/unit/store/actions.test.ts +++ b/tests/unit/store/actions.test.ts @@ -355,7 +355,8 @@ describe( 'HANDLE_LANGUAGE_CHANGE', () => { } ); it( 'validates and sets to state if valid lang code was returned', async () => { - // T349652: en-GB from item (preferred IETF lanugage tag format) is lowercased to en-gb (MediaWiki code) + // T349652: en-GB from item (preferred IETF lanugage tag format) + // is lowercased to en-gb (MediaWiki code) const getLanguageCodeFromItemMock = jest.fn().mockResolvedValue( 'en-GB' ); const isValidMock = jest.fn().mockReturnValue( true ); const actions = createActions(