nur wenn xyz genaendert, dann senden
This commit is contained in:
@@ -11,6 +11,16 @@ class MockCmdReceiver {
|
||||
})
|
||||
}
|
||||
|
||||
execCommand(cmd, oldPos, newPos) {
|
||||
this.calls.push({
|
||||
cmd,
|
||||
oldPos,
|
||||
newPos
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
get callCount() {
|
||||
return this.calls.length
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user