mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
Remove Explorer.isEmulator (#256)
This commit is contained in:
@@ -41,8 +41,7 @@ describe("Add Database Pane", () => {
|
||||
|
||||
beforeEach(() => {
|
||||
explorer = new Explorer({
|
||||
notificationsClient: null,
|
||||
isEmulator: false
|
||||
notificationsClient: null
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user