mirror of https://github.com/alibaba/ice.git
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
|
import matchers from '@testing-library/jest-dom/matchers';
|
||
|
import { expect } from 'vitest';
|
||
|
|
||
|
expect.extend(matchers);
|