We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c09ec7 commit 8b97fcdCopy full SHA for 8b97fcd
glean/src/core/context.ts
@@ -58,6 +58,9 @@ export class Context {
58
await Context.instance._dispatcher.testUninitialize();
59
}
60
61
+ // Due to the test requirement of keeping storage in place,
62
+ // we can't simply wipe out the full `Context` instance.
63
+ // The closest thing we can do is making the dispatcher `null`.
64
Context.instance._dispatcher = null;
65
Context.initialized = false;
66
0 commit comments