This commit is contained in:
Jacob Wallraff
2023-03-06 12:49:07 -08:00
parent 9c3977d510
commit 0001dd045c
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@ import {CompletionItem, MarkupContent} from "vscode-languageserver-types";
import {complete} from "./complete";
import {getPositionFromCursor} from "./test-utils/cursor-position";
import {testFileProvider} from "./test-utils/test-file-provider";
import { clearParsedCache, clearWorkflowTemplateCache } from "./utils/workflow-cache";
import {clearParsedCache, clearWorkflowTemplateCache} from "./utils/workflow-cache";
function mapResult(result: CompletionItem[]) {
return result.map(x => {
@@ -1,4 +1,4 @@
import { clearParsedCache, clearWorkflowTemplateCache } from "../utils/workflow-cache";
import {clearParsedCache, clearWorkflowTemplateCache} from "../utils/workflow-cache";
import {getPositionFromCursor} from "./cursor-position";
beforeEach(() => {