Skip to content

Commit b2d427c

Browse files
committed
Fixed typing errors.
1 parent aaedb04 commit b2d427c

File tree

1 file changed

+4
-1
lines changed
  • src/components/DiagramFrame/SeqDiagram/MessageLayer/Block/Statement/Creation

1 file changed

+4
-1
lines changed

src/components/DiagramFrame/SeqDiagram/MessageLayer/Block/Statement/Creation/Creation.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import { VueSequence } from "@/index";
44
import Creation from "./Creation.vue";
55
import { Fixture } from "../../../../../../../../test/unit/parser/fixture/Fixture";
66

7-
function mountCreationWithCode(code: string, contextLocator: () => void) {
7+
function mountCreationWithCode(
8+
code: string,
9+
contextLocator: (code: string) => any,
10+
) {
811
const storeConfig = VueSequence.Store();
912
// @ts-ignore
1013
storeConfig.state.code = code;

0 commit comments

Comments
 (0)