We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fb8ab commit 9c7ff9dCopy full SHA for 9c7ff9d
1 file changed
src/assets/__tests__/cdk-synth-validation.test.ts
@@ -14,7 +14,7 @@ import { Match, Template } from 'aws-cdk-lib/assertions';
14
import { mkdirSync, mkdtempSync, rmSync, writeFileSync } from 'fs';
15
import { tmpdir } from 'os';
16
import { join } from 'path';
17
-import { afterAll, beforeAll, describe, expect, it } from 'vitest';
+import { afterAll, beforeAll, describe, it } from 'vitest';
18
19
// ─── CFN Resource Types ──────────────────────────────────────────────────────
20
0 commit comments