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 5e9c197 commit cb7a9e7Copy full SHA for cb7a9e7
doc/api/assert.md
@@ -351,8 +351,6 @@ const tracker = new assert.CallTracker();
351
352
function func() {}
353
354
-function foo() {}
355
-
356
// Returns a function that wraps func() that must be called exact times
357
// before tracker.verify().
358
const callsfunc = tracker.calls(func, 2);
@@ -379,8 +377,6 @@ const tracker = new assert.CallTracker();
379
377
380
378
381
382
383
384
385
386
0 commit comments