mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-23 02:41:39 +00:00
Added className to SelfServeBaseClass (#627)
* Added className to SelfServeBaseClass * addressed PR comments * addressed PR comments * fixed lint errors
This commit is contained in:
committed by
GitHub
parent
4f22d308b3
commit
d2423f28dc
@@ -150,7 +150,6 @@ describe("SelfServeUtils", () => {
|
||||
]);
|
||||
const expectedDescriptor = {
|
||||
root: {
|
||||
id: "TestClass",
|
||||
children: [
|
||||
{
|
||||
id: "dbThroughput",
|
||||
@@ -270,7 +269,7 @@ describe("SelfServeUtils", () => {
|
||||
"invalidRegions",
|
||||
],
|
||||
};
|
||||
const descriptor = mapToSmartUiDescriptor("TestClass", context);
|
||||
const descriptor = mapToSmartUiDescriptor(context);
|
||||
expect(descriptor).toEqual(expectedDescriptor);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user