summaryrefslogtreecommitdiff
path: root/js/unit_test_runner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/unit_test_runner.ts')
-rwxr-xr-xjs/unit_test_runner.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/unit_test_runner.ts b/js/unit_test_runner.ts
index 55ccd14bf..24dae7706 100755
--- a/js/unit_test_runner.ts
+++ b/js/unit_test_runner.ts
@@ -53,7 +53,7 @@ async function main(): Promise<void> {
const cliPerms = permsToCliFlags(perms);
// run subsequent tests using same deno executable
const args = [
- Deno.execPath,
+ Deno.execPath(),
"run",
"--no-prompt",
...cliPerms,