UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

20 lines (19 loc) 472 B
{ "moduleFileExtensions": ["js", "json", "ts"], "rootDir": ".", "testEnvironment": "node", "testRegex": "\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "moduleNameMapper": { "^test/(.*)$": "<rootDir>/test/$1", "^src/(.*)$": "<rootDir>/src/$1" }, "modulePathIgnorePatterns": ["infra"], "passWithNoTests": true, "reporters": [ "default", ["jest-junit", { "outputDirectory": "report", "outputName": "unit.xml" }] ] }