Combine methods

This commit is contained in:
Jacob Wallraff
2023-03-06 15:16:26 -08:00
parent 0001dd045c
commit b272ab29be
16 changed files with 42 additions and 70 deletions
@@ -1,11 +1,10 @@
import {createDocument} from "./test-utils/document";
import {testFileProvider} from "./test-utils/test-file-provider";
import {clearParsedCache, clearWorkflowTemplateCache} from "./utils/workflow-cache";
import {clearCache} from "./utils/workflow-cache";
import {validate} from "./validate";
beforeEach(() => {
clearWorkflowTemplateCache();
clearParsedCache();
clearCache();
});
describe("workflow references validation", () => {