5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
import { expect } from '@rstest/core';
|
|
import * as jestDomMatchers from '@testing-library/jest-dom/matchers';
|
|
|
|
expect.extend(jestDomMatchers);
|