@dockerless/cli
Version:
CLI tool for managing Docker applications on AWS
17 lines (16 loc) • 378 B
JSON
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"moduleNameMapper": {
"^@src/(.*)": "<rootDir>/$1",
"^@utils/(.*)": "<rootDir>/utils/$1",
"^@modules/(.*)": "<rootDir>/modules/$1"
},
"collectCoverage": true,
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}