Skip to content

Commit

Permalink
chore: migrate a few modules from nodeunit-shim to jest (#16258)
Browse files Browse the repository at this point in the history
Part of the the effort to homogenize our testing environment in
the AWS CDK repo involves removing the nodeunit-shim and
using standard jest.

This change applies this to a few modules.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Niranjan Jayakar authored Aug 28, 2021
1 parent f1bf935 commit d5ca419
Show file tree
Hide file tree
Showing 57 changed files with 2,891 additions and 2,911 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-autoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"nodeunit-shim": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"@aws-cdk/assert-internal": "0.0.0"
Expand Down
Loading

0 comments on commit d5ca419

Please sign in to comment.