File tree 1 file changed +4
-1
lines changed
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.
290
290
### mustCall(fn[ , expected] )
291
291
* fn [ < ; Function>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function )
292
292
* 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 )
293
294
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.
295
298
296
299
### nodeProcessAborted(exitCode, signal)
297
300
* ` 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