UNPKG
@hashgraph/hedera-cli
Version:
latest (0.9.0)
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
CLI tool to manage and setup developer environments for Hedera Hashgraph.
@hashgraph/hedera-cli
/
jest.config.js
11 lines
(10 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testTimeout:
40000
, testPathIgnorePatterns: [
"<rootDir>/__tests__/helpers/"
], reporters: [
'default'
,
'jest-junit'
] };