mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Chore: Restore shouldFailOnLog being enabled only during CI (#66498)
This commit is contained in:
parent
afd52d0866
commit
cef9f64f13
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user