We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mustCall
mustCallAtLeast
1 parent 89f547b commit eddab01Copy full SHA for eddab01
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