File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -290,8 +290,11 @@ Array of IPV6 hosts.
290290### mustCall(fn[ , expected] )
291291* fn [ < ; Function>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function )
292292* expected [ < ; Number>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type ) default = 1
293+ * return [ < ; Function>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function )
293294
294- Number of times ` fn ` should be called.
295+ Returns a function that calls ` fn ` . If the returned function has not been called
296+ exactly ` expected ` number of times when the test is complete, then the test will
297+ fail.
295298
296299### nodeProcessAborted(exitCode, signal)
297300* ` exitCode ` [ < ; Number>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type )
You can’t perform that action at this time.
0 commit comments