mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 05:11:31 +00:00
Update prettier to latest. Remove tslint (#1641)
* Rev up prettier * Reformat * Remove deprecated tslint * Remove call to tslint and update package-lock.json
This commit is contained in:
@@ -72,7 +72,7 @@ describe("Graph Data", () => {
|
||||
testString: [{ id: "123", value: stringValue }],
|
||||
},
|
||||
},
|
||||
"testString"
|
||||
"testString",
|
||||
);
|
||||
|
||||
expect(value).toEqual(stringValue);
|
||||
@@ -88,7 +88,7 @@ describe("Graph Data", () => {
|
||||
testString: [{ id: "123", value: numberValue }],
|
||||
},
|
||||
},
|
||||
"testString"
|
||||
"testString",
|
||||
);
|
||||
|
||||
expect(value).toEqual(numberValue);
|
||||
@@ -104,7 +104,7 @@ describe("Graph Data", () => {
|
||||
testString: [{ id: "123", value: booleanValue }],
|
||||
},
|
||||
},
|
||||
"testString"
|
||||
"testString",
|
||||
);
|
||||
|
||||
expect(value).toEqual(booleanValue);
|
||||
|
||||
Reference in New Issue
Block a user