Skip to content

Commit e0671a8

Browse files
author
Niranjan Jayakar
authoredSep 22, 2021
chore: remove nodeunit from the repo and support for it in cdk-build (aws#16596)
Now that all modules are in `jest`, remove `nodeunit` and `@types/nodeunit` everywhere. Finally, remove remove support for nodeunit in cdk-build. This means that the special "jest" flag is no longer required in the "cdk-build" section of `package.json`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d03b586 commit e0671a8

File tree

232 files changed

+141
-863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+141
-863
lines changed
 

‎package.json

-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
"standard-version": "^9.3.1",
3030
"typescript": "~3.9.10"
3131
},
32-
"tap-mocha-reporter-resolutions-comment": "should be removed or reviewed when nodeunit dependency is dropped or adjusted",
3332
"resolutions": {
34-
"tap-mocha-reporter": "^5.0.1",
3533
"string-width": "^4.2.2"
3634
},
3735
"repository": {

‎packages/@aws-cdk-containers/ecs-service-extensions/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
"organization": true
3737
},
3838
"license": "Apache-2.0",
39-
"cdk-build": {
40-
"jest": true
41-
},
4239
"devDependencies": {
4340
"@types/jest": "^26.0.24",
4441
"cdk-build-tools": "0.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.