mandrill-nodemailer-transport
Version:
Mandrill API and Nodemailer v4+. The plugin is very small, optimized and written in TypeScript
27 lines (26 loc) • 478 B
JSON
{
"globals": {
"ts-jest": {
"diagnostics": {
"warnOnly": true
}
}
},
"collectCoverage": true,
"coverageDirectory": "coverage",
"transform": {
"^.+\\.ts?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(spec))\\.(ts?)$",
"moduleFileExtensions": [
"ts",
"js"
],
"modulePaths": [
"src"
],
"testPathIgnorePatterns": ["/node_modules/"],
"testEnvironment": "node",
"preset": "ts-jest",
"testMatch": null
}