UNPKG

@hashgraph/hedera-cli

Version:

CLI tool to manage and setup developer environments for Hedera Hashgraph.

11 lines (10 loc) 253 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testTimeout: 40000, testPathIgnorePatterns: [ "<rootDir>/__tests__/helpers/" ], reporters: ['default', 'jest-junit'] };