5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import '@testing-library/jest-dom';
|
|
import { matchers } from './matchers';
|
|
|
|
expect.extend(matchers);
|