UNPKG

@blooo/hw-app-concordium

Version:

Ledger Hardware Wallet Concordium Application API

20 lines (19 loc) 506 B
export default { preset: "ts-jest", testEnvironment: "node", testRegex: ".test.ts$", collectCoverage: true, testPathIgnorePatterns: ["packages/*/lib-es", "packages/*/lib"], transformIgnorePatterns: ['/node_modules/(?!@concordium)'], coveragePathIgnorePatterns: ["packages/create-dapp"], passWithNoTests: true, transform: { '^.+\\.tsx?$': ['ts-jest', { useESM: true, }], }, extensionsToTreatAsEsm: ['.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, };