We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaedb04 commit b2d427cCopy full SHA for b2d427c
src/components/DiagramFrame/SeqDiagram/MessageLayer/Block/Statement/Creation/Creation.spec.ts
@@ -4,7 +4,10 @@ import { VueSequence } from "@/index";
4
import Creation from "./Creation.vue";
5
import { Fixture } from "../../../../../../../../test/unit/parser/fixture/Fixture";
6
7
-function mountCreationWithCode(code: string, contextLocator: () => void) {
+function mountCreationWithCode(
8
+ code: string,
9
+ contextLocator: (code: string) => any,
10
+) {
11
const storeConfig = VueSequence.Store();
12
// @ts-ignore
13
storeConfig.state.code = code;
0 commit comments