summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/runner.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/runner.ts b/testing/runner.ts
index eda28e02e..a959e5473 100755
--- a/testing/runner.ts
+++ b/testing/runner.ts
@@ -113,7 +113,7 @@ export async function main(root: string = cwd()): Promise<void> {
console.log(`Found ${foundTestFiles.length} matching test files.`);
for (const filename of foundTestFiles) {
- await import(filename);
+ await import(`file://${filename}`);
}
await runTests({