Currently, when writing tests, the fact that the global context can not be reset is annoying because we have to setup a context for each test.
Allowing to reset the global context would allow to reset it in a beforeEach hook and use the global store in the tests.