fix(client): set the correct language to the HTML lang attribute (#42729)

This commit is contained in:
Huyen Nguyen
2021-07-05 00:38:41 +07:00
committed by GitHub
parent e19ff14d44
commit 92f5d1a7f5
5 changed files with 90 additions and 28 deletions

View File

@ -10,7 +10,6 @@ module.exports = {
'<rootDir>/client/src/__mocks__/styleMock.js',
// CSS Modules - match files that end with 'module.css'
'\\.module\\.css$': 'identity-obj-proxy',
'react-i18next': '<rootDir>/client/src/__mocks__/react-i18nextMock.js',
'^lodash-es$': 'lodash'
},
globals: {