UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

9 lines (8 loc) 157 B
module.exports = { testEnvironment: 'node', roots: ['<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest' } };