mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 19:46:53 +00:00
Remove Explorer.isEmulator (#256)
This commit is contained in:
@@ -10,8 +10,7 @@ describe("TabRouteHandler", () => {
|
||||
|
||||
beforeAll(() => {
|
||||
(<any>window).dataExplorer = new Explorer({
|
||||
notificationsClient: null,
|
||||
isEmulator: false
|
||||
notificationsClient: null
|
||||
}); // create a mock to avoid null refs
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user