UNPKG
air-thai-api
Version:
latest (1.0.1)
1.0.1
1.0.0
Find PM2.5 around us
github.com/olustrrax/air-thai-api
olustrrax/air-thai-api
air-thai-api
/
test
/
index.test.ts
7 lines
(6 loc)
•
194 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
AirThai
}
from
'../src/index'
;
test
(
'Get air'
,
() =>
{
return
AirThai
({
lat
:
13.670809600000002
,
long
:
100.6501888
}).
then
(
data
=>
{
expect
(
typeof
data).
toBe
(
"object"
); }); });