mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
import matchers from '@testing-library/jest-dom/matchers'
|
|
import { expect } from 'vitest'
|
|
|
|
// src: https://markus.oberlehner.net/blog/using-testing-library-jest-dom-with-vitest/
|
|
expect.extend(matchers)
|