diff options
Diffstat (limited to 'std/node/process_test.ts')
-rw-r--r-- | std/node/process_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/process_test.ts b/std/node/process_test.ts index ee566853e..34ce50d7a 100644 --- a/std/node/process_test.ts +++ b/std/node/process_test.ts @@ -6,6 +6,7 @@ import * as path from "../path/mod.ts"; import * as all from "./process.ts"; import { argv, env } from "./process.ts"; import { delay } from "../async/delay.ts"; +import "./global.ts"; // NOTE: Deno.execPath() (and thus process.argv) currently requires --allow-env // (Also Deno.env.toObject() (and process.env) requires --allow-env but it's more obvious) |