diff --git a/testing/runner.ts b/testing/runner.ts index eda28e02eb..a959e5473f 100755 --- a/testing/runner.ts +++ b/testing/runner.ts @@ -113,7 +113,7 @@ export async function main(root: string = cwd()): Promise { console.log(`Found ${foundTestFiles.length} matching test files.`); for (const filename of foundTestFiles) { - await import(filename); + await import(`file://${filename}`); } await runTests({