Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developmentseed/stac-react
/ useCollections.test.ts
File
useCollections.test.ts
src/hooks/useCollections.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
fetch from
'jest-fetch-mock'
;
2
import
{ renderHook, act, waitFor } from
'@testing-library/react'
;
3
import
useCollections from
'./useCollections'
;
4
import
wrapper from
'./wrapper'
;
Callers
nothing calls this directly
Calls
1
useCollections
Function · 0.85
Tested by
no test coverage detected