UNPKG
hicon-consensus
Version:
latest (0.0.1)
0.0.1
Node.js bindings for HiCon hybrid consensus algorithm
osvalois/hicon
hicon-consensus
/
jest.config.js
11 lines
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/test/**/*.spec.ts'
], collectCoverageFrom: [
'src/**/*.ts'
], globals: {
'ts-jest'
: { tsconfig:
'tsconfig.json'
, }, }, };