Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developmentseed/stac-react
/ useCollection.test.ts
File
useCollection.test.ts
src/hooks/useCollection.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
useCollection from
'./useCollection'
;
4
import
wrapper from
'./wrapper'
;
Callers
nothing calls this directly
Calls
1
useCollection
Function · 0.85
Tested by
no test coverage detected