grafana/public/test/setupTests.ts

10 lines
197 B
TypeScript
Raw Normal View History

import '@testing-library/jest-dom';
import failOnConsole from 'jest-fail-on-console';
import { matchers } from './matchers';
failOnConsole({
shouldFailOnLog: true,
});
expect.extend(matchers);