I have some shared preparation before each test and it requires the test name and test file. This is available in the Deno.TestContext object passed to each test.
It would be very helpful if this object would also be available in the beforeEach and afterEach hooks.
I have some shared preparation before each test and it requires the test name and test file. This is available in the Deno.TestContext object passed to each test.
It would be very helpful if this object would also be available in the
beforeEach
andafterEach
hooks.