6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
/// <reference types="@testing-library/jest-dom" />
|
|
|
|
import { expect } from 'vitest';
|
|
import * as matchers from '@testing-library/jest-dom/matchers';
|
|
|
|
expect.extend(matchers);
|