UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

10 lines (9 loc) 224 B
module.exports = { testEnvironment: 'node', roots: ['<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest' }, setupFilesAfterEnv: ['aws-cdk-lib/testhelpers/jest-autoclean'], };