From effb5e1ce417e9b7f22adcdc598e9a5ec593f4a2 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Sun, 8 Oct 2023 11:09:50 +0900 Subject: fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769) --- cli/tests/node_compat/test/parallel/test-buffer-includes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/node_compat/test/parallel/test-buffer-includes.js') diff --git a/cli/tests/node_compat/test/parallel/test-buffer-includes.js b/cli/tests/node_compat/test/parallel/test-buffer-includes.js index 66da7bfd3..797ec8246 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-includes.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-includes.js @@ -2,8 +2,8 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 16.13.0 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// Taken from Node 18.12.1 +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); -- cgit v1.2.3