fix(tests): stabilize toast manager and continuation tests
This commit is contained in:
@@ -217,3 +217,7 @@ export function initTaskToastManager(
|
||||
instance = new TaskToastManager(client, concurrencyManager)
|
||||
return instance
|
||||
}
|
||||
|
||||
export function _resetTaskToastManagerForTesting(): void {
|
||||
instance = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user