Skip to content

Commit

Permalink
Update packages/@aws-cdk-testing/cli-integ/tests/tool-integrations/wi…
Browse files Browse the repository at this point in the history
…th-tool-context.ts

Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
  • Loading branch information
rix0rrr and mrgrain authored Oct 30, 2024
1 parent f571c9b commit 113d7cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export function withToolContext<A extends TestContext>(
block: (context: A & TemporaryDirectoryContext & PackageContext & AwsContext & DisableBootstrapContext
) => Promise<void>) {
return withAws(withTemporaryDirectory(withPackages(block)));
}
}

0 comments on commit 113d7cf

Please sign in to comment.