summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/node_compat')
-rw-r--r--cli/tests/node_compat/common.ts2
-rw-r--r--cli/tests/node_compat/polyfill_globals.js2
-rw-r--r--cli/tests/node_compat/runner.ts2
-rw-r--r--cli/tests/node_compat/test.ts2
4 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/node_compat/common.ts b/cli/tests/node_compat/common.ts
index 7de7026cd..b3663ec3c 100644
--- a/cli/tests/node_compat/common.ts
+++ b/cli/tests/node_compat/common.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { partition } from "../../../test_util/std/collections/partition.ts";
import { join } from "../../../test_util/std/path/mod.ts";
import * as JSONC from "../../../test_util/std/jsonc/mod.ts";
diff --git a/cli/tests/node_compat/polyfill_globals.js b/cli/tests/node_compat/polyfill_globals.js
index 493cec87a..93246d2ef 100644
--- a/cli/tests/node_compat/polyfill_globals.js
+++ b/cli/tests/node_compat/polyfill_globals.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import process from "node:process";
import { Buffer } from "node:buffer";
import {
diff --git a/cli/tests/node_compat/runner.ts b/cli/tests/node_compat/runner.ts
index c531efd1f..11ccefa82 100644
--- a/cli/tests/node_compat/runner.ts
+++ b/cli/tests/node_compat/runner.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import "./polyfill_globals.js";
import { createRequire } from "node:module";
import { toFileUrl } from "../../../test_util/std/path/mod.ts";
diff --git a/cli/tests/node_compat/test.ts b/cli/tests/node_compat/test.ts
index e716bfd8b..f0df6ca6f 100644
--- a/cli/tests/node_compat/test.ts
+++ b/cli/tests/node_compat/test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
/**
* This script will run the test files specified in the configuration file.