fix(client): set the correct language to the HTML lang attribute (#42729)
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user