We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89903bb commit 8882de6Copy full SHA for 8882de6
tests/scripts/generate-test-reports.ts
@@ -13,7 +13,7 @@
13
import * as fs from "fs";
14
import * as path from "path";
15
import { fileURLToPath } from "url";
16
-import { run, TestConfig } from "../utils/agent-runner";
+import { run, type TestConfig } from "../utils/agent-runner";
17
18
const __filename = fileURLToPath(import.meta.url);
19
const __dirname = path.dirname(__filename);
0 commit comments