mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:39:40 +03:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
import matchers from '@testing-library/jest-dom/matchers';
|
|
import { expect } from 'vitest';
|
|
|
|
expect.extend(matchers);
|