mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-26 16:24:35 +00:00
* Definitions created and updated for extra skip and todo opts that can be passed to assert functions. * todo has been added to TestOptions. * Definition created for onFailure() handler. * Definitions created for match() and doesNotMatch() assertions * Comments have been updated to reflect phrasing used in tape's README. Missing: * getHarness(opts). autoclose and exit options in getHarness. * opts in createHarness(opts). autoclose and exit options in createHarness. * exit in TestOptions. * test.close(). Co-authored-by: relaxolotl <relaxolotl@users.noreply.github.com>