Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Fix test failure due to missing API from mock
I started using `engine.on` to listen for `parse::html::end`. Since this wasn't in the mock for `t.context.engine` one of the early tests failed (and the rest generated the error `'Attempted to wrap default which is already wrapped'` since the test didn't clean up.