UNPKG
@impargo/react-here-maps
Version:
latest (4.3.0)
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.0.0
2.4.0
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.95
1.5.94
1.5.93
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
React.js HERE Maps component
github.com/impargo/react-here-maps
impargo/react-here-maps
@impargo/react-here-maps
/
tests
/
jest.setup.ts
8 lines
(5 loc)
•
224 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
'whatwg-fetch'
import
'@here/maps-api-for-javascript/bin/mapsjs.bundle.harp.js'
import
'@testing-library/jest-dom'
import
{
TextDecoder
,
TextEncoder
}
from
'util'
Object
.
assign
(
global
, {
TextDecoder
,
TextEncoder
})