mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 13:21:42 +00:00
Prettier 2.0 (#393)
This commit is contained in:
@@ -13,7 +13,7 @@ describe("DataSampleUtils", () => {
|
||||
const collection = { id: ko.observable(sampleCollectionId) } as Collection;
|
||||
const database = {
|
||||
id: ko.observable(sampleDatabaseId),
|
||||
collections: ko.observableArray<Collection>([collection])
|
||||
collections: ko.observableArray<Collection>([collection]),
|
||||
} as Database;
|
||||
const explorer = {} as Explorer;
|
||||
explorer.nonSystemDatabases = ko.computed(() => [database]);
|
||||
|
||||
Reference in New Issue
Block a user