UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

13 lines (12 loc) 277 B
module.exports = { testEnvironment: 'node', roots: ['<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, reporters: [ 'default', ['jest-junit', { outputDirectory: '../report', outputName: 'unit-infra.xml' }], ], }