Reset cache for all tests
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import {hover} from "./hover";
|
||||
import {testHoverConfig} from "./hover.test";
|
||||
import {getPositionFromCursor} from "./test-utils/cursor-position";
|
||||
import {clearParsedCache, clearWorkflowTemplateCache} from "./utils/workflow-cache";
|
||||
|
||||
beforeEach(() => {
|
||||
clearWorkflowTemplateCache();
|
||||
clearParsedCache();
|
||||
});
|
||||
|
||||
describe("hover.reusable-workflow", () => {
|
||||
it("hover on job input with description", async () => {
|
||||
|
||||
Reference in New Issue
Block a user