Skip to content

test_runner: call {before,after}Each() on suites

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/describe into main

Prior to this commit, beforeEach() and afterEach() hooks were not called on test suites (describe()). This commit addresses that.

Fixes: https://github.com/nodejs/node/issues/45028

Merge request reports

Loading