We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mustCall
mustCallAtLeast
1 parent 93065da commit 5f81263Copy full SHA for 5f81263
test/parallel/test-readline-interface.js
@@ -76,7 +76,7 @@ function assertCursorRowsAndCols(rli, rows, cols) {
76
const rli = new readline.Interface(
77
fi,
78
79
- common.mustCallAtLeast((line) => [[], line]),
+ common.mustCall((line) => [[], line]),
80
true,
81
);
82
assert(rli instanceof readline.Interface);
0 commit comments