UNPKG

@flowaccount/nx-aws-cdk

Version:

aws-cdk executors and generators for nx workspace

12 lines 411 B
module.exports = { preset: '../../jest.preset.js', transform: { '^.+\\.[tj]sx?$': 'ts-jest', }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'], coverageDirectory: '../../coverage/libs/nx-aws-cdk', globals: { 'ts-jest': { tsConfig: '<rootDir>/tsconfig.spec.json' } }, displayName: 'nx-aws-cdk', testEnvironment: 'node', }; //# sourceMappingURL=jest.config.js.map