Skip to content

Commit 9c7ff9d

Browse files
committed
fix: remove unused expect import
1 parent f9fb8ab commit 9c7ff9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/__tests__/cdk-synth-validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Match, Template } from 'aws-cdk-lib/assertions';
1414
import { mkdirSync, mkdtempSync, rmSync, writeFileSync } from 'fs';
1515
import { tmpdir } from 'os';
1616
import { join } from 'path';
17-
import { afterAll, beforeAll, describe, expect, it } from 'vitest';
17+
import { afterAll, beforeAll, describe, it } from 'vitest';
1818

1919
// ─── CFN Resource Types ──────────────────────────────────────────────────────
2020

0 commit comments

Comments
 (0)