Skip to content

Commit a6a786d

Browse files
chore: self mutation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd95dd4 commit a6a786d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/integration/deploy-destroy.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import { execSync } from "node:child_process";
22
import { readFileSync } from "node:fs";
33
import { join } from "node:path";
4-
import { InvokeCommand, InvokeWithResponseStreamCommand, LambdaClient } from "@aws-sdk/client-lambda";
4+
import {
5+
InvokeCommand,
6+
InvokeWithResponseStreamCommand,
7+
LambdaClient,
8+
} from "@aws-sdk/client-lambda";
59
import { GetObjectCommand, S3Client } from "@aws-sdk/client-s3";
610
import { afterAll, beforeAll, describe, expect, test } from "bun:test";
711

0 commit comments

Comments
 (0)