Frontend tests improvements (#13115)
Fix warnings and lower coverage by 0.1%
This commit is contained in:
@ -21,7 +21,7 @@ const jestConfig: JestConfigWithTsJest = {
|
||||
// Prettier v3 should be supported in jest v30 https://github.com/jestjs/jest/releases/tag/v30.0.0-alpha.1
|
||||
prettierPath: null,
|
||||
silent: false,
|
||||
verbose: true,
|
||||
errorOnDeprecated: true,
|
||||
moduleFileExtensions: ['js', 'json', 'ts'],
|
||||
rootDir: '.',
|
||||
testEnvironment: 'node',
|
||||
|
||||
Reference in New Issue
Block a user