UNPKG

@ledgerhq/coin-tron

Version:
10 lines (9 loc) 270 B
/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */ module.exports = { preset: "ts-jest", testEnvironment: "node", testRegex: ".integ.test.ts$", testPathIgnorePatterns: ["lib/", "lib-es/"], setupFiles: ["dotenv/config"], testTimeout: 60_000, };