Skip to content

test_runner: export `describe` and `it`

Refs: https://github.com/nodejs/node/issues/43415

also, once https://github.com/nodejs/node/issues/43403 is handled - it can probably be a good idea to implement/export a top-level implementation of before, beforeEach, after, afterEach where the parent test is found using executionAsyncId - the same way it is done in this PR

Merge request reports

Loading