summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/node_compat/test/fixtures/child-process-spawn-node.js1
-rw-r--r--tests/unit/globals_test.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/node_compat/test/fixtures/child-process-spawn-node.js b/tests/node_compat/test/fixtures/child-process-spawn-node.js
index d403aabf9..7112567e0 100644
--- a/tests/node_compat/test/fixtures/child-process-spawn-node.js
+++ b/tests/node_compat/test/fixtures/child-process-spawn-node.js
@@ -1,5 +1,6 @@
const assert = require("assert");
const debug = require('util').debuglog('test');
+const process = require("process");
function onmessage(m) {
debug("CHILD got message:", m);
diff --git a/tests/unit/globals_test.ts b/tests/unit/globals_test.ts
index 45a045835..6de228e1c 100644
--- a/tests/unit/globals_test.ts
+++ b/tests/unit/globals_test.ts
@@ -1,4 +1,5 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// deno-lint-ignore-file no-node-globals
import {
assert,