Update to use explicit procedure names and ids

This commit is contained in:
Paul Kaplan 2017-11-29 12:00:00 -05:00
parent 80b4dab104
commit 5a53323715
4 changed files with 12 additions and 11 deletions

View file

@ -16,7 +16,7 @@ test('calling a custom block with no definition does not throw', t => {
}
};
const util = {
getProcedureParamNames: () => null,
getProcedureParamNamesAndIds: () => null,
stackFrame: {
executed: false
}