Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GetRoot): add new API to obtain *testing.T from any given T (#7)
This change adds a new public function called `GetRoot` which, given a `T` instance, will return the root `*testing.T` instance it bubbles up to.
- Loading branch information