Skip to content

Commit 55f2140

Browse files
committed
feat(mixins-preview): developer preview of CDK Mixins
1 parent ee79854 commit 55f2140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/@aws-cdk/mixins-preview/jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const baseConfig = require('@aws-cdk/cdk-build-tools/config/jest.config');
33
/** @type {import('ts-jest').JestConfigWithTsJest} */
44
module.exports = {
55
...baseConfig,
6-
transform: {
7-
'^.+\\.tsx?$': ['ts-jest'],
8-
},
6+
coveragePathIgnorePatterns: [
7+
'scripts'
8+
],
99
};

0 commit comments

Comments
 (0)