Function: teardown()
teardown(
body):void
Register a teardown(fn) body, run after every scenario with the context that
setup returned.
Parameters
body
(ctx) => void
Returns
void
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
teardown(
body):void
Register a teardown(fn) body, run after every scenario with the context that
setup returned.
(ctx) => void
void