mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
parent
ba1f217004
commit
a586c5d9cd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ test('calling a custom block with no definition does not throw', t => {
|
|||
}
|
||||
};
|
||||
const util = {
|
||||
getProcedureParamNamesAndIds: () => [null, null],
|
||||
getProcedureParamNamesAndIds: () => null,
|
||||
stackFrame: {
|
||||
executed: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue