UNPKG

@ledgerhq/coin-stacks

Version:
8 lines (7 loc) 214 B
/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */ module.exports = { preset: "ts-jest", testEnvironment: "node", testRegex: ".integ.test.ts$", testPathIgnorePatterns: ["lib/", "lib-es/"], };