-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into moelasmar/mergify_update
- Loading branch information
Showing
100 changed files
with
80,215 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
packages/@aws-cdk-testing/cli-integ/tests/tool-integrations/with-tool-context.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { TestContext } from '../../lib/integ-test'; | ||
import { AwsContext, withAws } from '../../lib/with-aws'; | ||
import { DisableBootstrapContext } from '../../lib/with-cdk-app'; | ||
import { PackageContext, withPackages } from '../../lib/with-packages'; | ||
import { TemporaryDirectoryContext, withTemporaryDirectory } from '../../lib/with-temporary-directory'; | ||
|
||
/** | ||
* The default prerequisites for tests running tool integrations | ||
*/ | ||
export function withToolContext<A extends TestContext>( | ||
block: (context: A & TemporaryDirectoryContext & PackageContext & AwsContext & DisableBootstrapContext | ||
) => Promise<void>) { | ||
return withAws(withTemporaryDirectory(withPackages(block))); | ||
} |
1 change: 1 addition & 0 deletions
1
...k-testing/framework-integ/test/aws-cognito/test/integ.user-pool-group.js.snapshot/cdk.out
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
...esting/framework-integ/test/aws-cognito/test/integ.user-pool-group.js.snapshot/integ.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
...user-pool-group.js.snapshot/integuserpoolgroupDefaultTestDeployAssertED51AC37.assets.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
...er-pool-group.js.snapshot/integuserpoolgroupDefaultTestDeployAssertED51AC37.template.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.