You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Perform a test and add the result details to the `testResults` array.
14
15
*
15
-
* @param {function} fn - An arrow function returning the value to be tested. The function body is saved as a string for later use.
16
+
* @param {function} fn - An arrow function, in the form of `()=>(...)`, returning the value to be tested. The function body is saved as a string for later use.
16
17
* @param {string} type - The expected type of the test value.
17
18
* @param {...string} [trues] - Names of all additional properties of the test result that are expected to evaluate as `true`.
0 commit comments