UNPKG

hicon-consensus

Version:

Node.js bindings for HiCon hybrid consensus algorithm

11 lines 223 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/test/**/*.spec.ts'], collectCoverageFrom: ['src/**/*.ts'], globals: { 'ts-jest': { tsconfig: 'tsconfig.json', }, }, };