Files
mcma-webui/tests/rstest.setup.ts
T
2026-06-02 01:13:22 +03:00

5 lines
143 B
TypeScript

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