UNPKG

zk-email-light

Version:
10 lines (9 loc) 228 B
module.exports = { preset: "ts-jest", testEnvironment: "node", transform: { "^.+\\.tsx?$": "ts-jest", }, moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], testMatch: ["**/tests/**/*.test.ts"], };