UNPKG
tqf
Version:
latest (0.0.3)
0.0.3
React Query hooks for Firebase.
tqf
/
config
/
setup-tests.ts
7 lines
(5 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
"@testing-library/jest-dom"
;
import
{ wipe }
from
"../packages/firestore/__test__/helpers"
;
global
.
afterAll
(
async
() => {
await
wipe
(); });