We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee79854 commit 55f2140Copy full SHA for 55f2140
packages/@aws-cdk/mixins-preview/jest.config.js
@@ -3,7 +3,7 @@ const baseConfig = require('@aws-cdk/cdk-build-tools/config/jest.config');
3
/** @type {import('ts-jest').JestConfigWithTsJest} */
4
module.exports = {
5
...baseConfig,
6
- transform: {
7
- '^.+\\.tsx?$': ['ts-jest'],
8
- },
+ coveragePathIgnorePatterns: [
+ 'scripts'
+ ],
9
};
0 commit comments