UNPKG
@lightfeed/sdk
Version:
latest (0.1.7)
0.1.7
Lightfeed SDK for Node.js
www.lightfeed.ai/docs/apis/
lightfeed/sdk
@lightfeed/sdk
/
jest.config.js
10 lines
(9 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { preset:
"ts-jest"
, testEnvironment:
"node"
, testMatch: [
"**/test/**/*.test.ts"
], collectCoverage:
true
, coverageDirectory:
"coverage"
, collectCoverageFrom: [
"src/**/*.ts"
,
"!src/**/*.d.ts"
], watchman:
false
, };