UNPKG
@scrape-do/client
Version:
latest (1.0.2)
1.0.2
Scrape.do Node.js API client
github.com/scrape-do/node-client
scrape-do/node-client
@scrape-do/client
/
jest.config.js
7 lines
(6 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
"ts-jest"
, testEnvironment:
"node"
, testTimeout:
60000
, };