Skip to content

Commit 8882de6

Browse files
committed
Copilot feedback
1 parent 89903bb commit 8882de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/generate-test-reports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import * as fs from "fs";
1414
import * as path from "path";
1515
import { fileURLToPath } from "url";
16-
import { run, TestConfig } from "../utils/agent-runner";
16+
import { run, type TestConfig } from "../utils/agent-runner";
1717

1818
const __filename = fileURLToPath(import.meta.url);
1919
const __dirname = path.dirname(__filename);

0 commit comments

Comments
 (0)