Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: rename handlewrap.hasref tests
`HandleWrap.isRefed()` was renamed to `hasRef()`. However, the filename
of related TCs has not been reflected.

Refs: f31a5ec34a
  • Loading branch information
daeyeon committed Apr 19, 2022
commit 7a53e6b8887140f0216334890ab14bb74a857a23
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ const { kStateSymbol } = require('internal/dgram');
(type) => type === 'Immediate').length, 1);
}

// See also test/pseudo-tty/test-handle-wrap-isrefed-tty.js
// See also test/pseudo-tty/test-handle-wrap-hasref-tty.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Flags: --expose-internals --no-warnings
'use strict';

// See also test/parallel/test-handle-wrap-isrefed.js
// See also test/parallel/test-handle-wrap-hasref.js

const common = require('../common');
const strictEqual = require('assert').strictEqual;
Expand Down