Skip to content

Commit c90da4e

Browse files
committed
style(testing): apply stricter linting
1 parent cfd57af commit c90da4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/testing/src/TestStack.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ class TestStack {
8080
* Otherwise, we log messages that are either warnings or errors as well as periodic
8181
* updates on the stack creation and destruction process.
8282
*
83+
* biome-ignore lint/suspicious/useAwait: The CDK interface requires this to be async
84+
*
8385
* @param msg - Message to log sent by the CDK CLI
8486
*/
8587
async notify(msg) {
@@ -115,6 +117,7 @@ class TestStack {
115117
testConsole.log(msg);
116118
}
117119
},
120+
// biome-ignore lint/suspicious/useAwait: The CDK interface requires this to be async
118121
async requestResponse(msg) {
119122
if (
120123
process.env.RUNNER_DEBUG === '1' ||

0 commit comments

Comments
 (0)