UNPKG
xy-direction
Version:
latest (0.0.4)
0.0.4
## Why XY?
xy-direction
/
packages
/
styled
/
setupTests.ts
6 lines
(4 loc)
•
144 B
text/typescript
View Raw
1
2
3
4
5
6
import
"@testing-library/jest-dom/vitest"
;
import
{ matchers }
from
"@emotion/jest"
;
import
{ expect }
from
"vitest"
; expect.
extend
(matchers);