We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecfb99 commit 5a873c7Copy full SHA for 5a873c7
1 file changed
test/parallel/test-readline-keys.js
@@ -40,8 +40,6 @@ function addTest(sequences, expectedKeys) {
40
sequences.forEach(function (sequence) {
41
fi.write(sequence);
42
});
43
-console.log(keys)
44
-console.log(expectedKeys)
45
assert.deepStrictEqual(keys, expectedKeys);
46
}
47
0 commit comments