Chore: Restore shouldFailOnLog being enabled only during CI (#66498)
This commit is contained in:
@@ -6,7 +6,7 @@ import { initReactI18next } from 'react-i18next';
|
||||
import { matchers } from './matchers';
|
||||
|
||||
failOnConsole({
|
||||
shouldFailOnLog: true,
|
||||
shouldFailOnLog: process.env.CI ? true : false,
|
||||
});
|
||||
|
||||
expect.extend(matchers);
|
||||
|
||||
Reference in New Issue
Block a user