Skip to content

Commit 28914bd

Browse files
authored
docs(assertions): add more detail about migrating from the old assert library (#25618)
See [rich diff](https://github.com/aws/aws-cdk/pull/25618/files?short_path=3ee803f#diff-3ee803f6f019fbebe51ba0803fc63385b39c813e4f7aa1ef05b2c4b384e164e8). ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 6317518 commit 28914bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/aws-cdk-lib/assertions/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Assertions
22

33

4-
If you're migrating from the old `assert` library, the migration guide can be found in
5-
[our GitHub repository](https://github.com/aws/aws-cdk/blob/v1-main/packages/@aws-cdk/assertions/MIGRATING.md).
4+
If you're migrating from the old `@aws-cdk/assert` library, first use this migration guide to migrate from `@aws-cdk/assert` to `@aws-cdk/assertions` found in
5+
[our GitHub repository](https://github.com/aws/aws-cdk/blob/v1-main/packages/@aws-cdk/assertions/MIGRATING.md). Then, you can migrate your application to AWS CDK v2 in order to use this library using [this guide](https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html).
66

77
Functions for writing test asserting against CDK applications, with focus on CloudFormation templates.
88

0 commit comments

Comments
 (0)