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 a08b714 commit fb51d3aCopy full SHA for fb51d3a
test/parallel/test-util-getcallsites.js
@@ -29,7 +29,7 @@ const assert = require('node:assert');
29
);
30
}
31
32
-// Guarantee dot-left numbers are ignored
+// Guarantee dot-right numbers are ignored
33
{
34
const callSites = getCallSites(3.6);
35
assert.strictEqual(callSites.length, 3);
0 commit comments