UNPKG
merchnow-api-node
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
1.0.0
npm module for Merchnow's API
github.com/breeku/merchnow-api-node
breeku/merchnow-api-node
merchnow-api-node
/
tests
/
index.test.ts
10 lines
(7 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { getCatalog }
from
"../src/index"
/*
TODO:
EVERYTHING */
it(
"returns"
,
async
() => { expect.assertions(
1
)
const
result =
await
getCatalog(
"hail the sun"
) expect(result).toBeDefined() })