UNPKG

@ledgerhq/coin-celo

Version:
20 lines (19 loc) 374 B
/** @type {import('jest').Config} */ module.exports = { testEnvironment: "node", testRegex: ".integ.test.ts$", testPathIgnorePatterns: ["lib/", "lib-es/"], testTimeout: 60_000, forceExit: true, passWithNoTests: true, transform: { "^.+\\.(t|j)sx?$": [ "@swc/jest", { jsc: { target: "esnext", }, }, ], }, };