UNPKG
next-safe-action-query
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Type-safe server actions with built-in validation for Next.js
next-safe-action-query
/
dist
/
esm
/
test-setup.js
7 lines
(6 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
"@testing-library/jest-dom"
;
import
{ beforeEach, vi }
from
"vitest"
;
beforeEach
(
() =>
{ vi.
clearAllMocks
(); });
//# sourceMappingURL=test-setup.js.map