mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-02 15:51:16 +00:00
Prettier 2.0 (#393)
This commit is contained in:
@@ -8,7 +8,7 @@ describe("IndexingPolicyComponent", () => {
|
||||
automatic: false,
|
||||
indexingMode: "",
|
||||
includedPaths: [],
|
||||
excludedPaths: []
|
||||
excludedPaths: [],
|
||||
};
|
||||
const baseProps: IndexingPolicyComponentProps = {
|
||||
shouldDiscardIndexingPolicy: false,
|
||||
@@ -27,7 +27,7 @@ describe("IndexingPolicyComponent", () => {
|
||||
return;
|
||||
},
|
||||
indexTransformationProgress: undefined,
|
||||
refreshIndexTransformationProgress: () => new Promise(jest.fn())
|
||||
refreshIndexTransformationProgress: () => new Promise(jest.fn()),
|
||||
};
|
||||
|
||||
it("renders", () => {
|
||||
|
||||
Reference in New Issue
Block a user