mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 13:21:42 +00:00
Fix lint query utils (#487)
* Fix Lint errors in QueryUtils * Format * Simplify diff Co-authored-by: Your Name <you@example.com> Co-authored-by: Steve Faulkner <southpolesteve@gmail.com> Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com> Co-authored-by: Jordi Bunster <jbunster@microsoft.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import * as DataModels from "../Contracts/DataModels";
|
||||
import * as Q from "q";
|
||||
import * as sinon from "sinon";
|
||||
import * as ViewModels from "../Contracts/ViewModels";
|
||||
import { QueryUtils } from "./QueryUtils";
|
||||
import * as QueryUtils from "./QueryUtils";
|
||||
|
||||
describe("Query Utils", () => {
|
||||
function generatePartitionKeyForPath(path: string): DataModels.PartitionKey {
|
||||
|
||||
Reference in New Issue
Block a user