mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
9 lines
196 B
TypeScript
9 lines
196 B
TypeScript
import '@testing-library/jest-dom';
|
|
import failOnConsole from 'jest-fail-on-console';
|
|
import { matchers } from './matchers';
|
|
|
|
failOnConsole({
|
|
shouldFailOnLog: true,
|
|
});
|
|
expect.extend(matchers);
|