destroyCheckpointer(checkpointer: CheckpointerT): void | Promise<void>| Name | Type | Description |
|---|---|---|
checkpointer* | CheckpointerT |
Called after each set of validations is run. Use this to clean up any resources that your checkpointer may have been using. This should include cleaning up any state that the checkpointer wrote during the tests that just ran.
The