We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377830f commit e256c4dCopy full SHA for e256c4d
test/parallel/test-assert-calltracker-report.js
@@ -19,7 +19,7 @@ callsfoo();
19
20
// Ensures that foo was removed from the callChecks array after being called the
21
// expected number of times.
22
-if (typeof tracker.report()[0] === undefined) {
+if (typeof tracker.report()[0] === 'undefined') {
23
process.exit(1);
24
}
25
0 commit comments