Skip to content

Commit

Permalink
revert extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Jan 15, 2025
1 parent 21900fd commit 6e6141d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/aws-cdk/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const config = {
// fail because they rely on shared mutable state left by other tests
// (files on disk, global mocks, etc).
randomize: true,
testEnvironment: './test/jest-bufferedconsole.ts',
};

// Disable coverage running in the VSCode debug terminal: we never want coverage
Expand All @@ -40,4 +41,4 @@ if (process.env.VSCODE_INJECTION) {
config.collectCoverage = false;
}

module.exports = config;
module.exports = config;
1 change: 1 addition & 0 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"constructs": "^10.0.0",
"fast-check": "^3.22.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-mock": "^29.7.0",
"madge": "^5.0.2",
"make-runnable": "^1.4.1",
Expand Down

0 comments on commit 6e6141d

Please sign in to comment.