UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

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