Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/integration: allow use of this.timeout() in FullTrx tests (#1402)
Due to use of `function()` in the test wrappers, `this` was unbound from the real test functions. This PR re-binds mocha's `this` to the test functions, allowing use of e.g. `this.timeout(...)` in individual "FullTrx" tests.
- Loading branch information