Skip to content

Commit

Permalink
Add procedure blocks to the test toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-friedman committed Sep 9, 2021
1 parent 359d0cb commit 14fc4fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion block-lexical-variables/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ import {registerCss} from '../src/css';
const allBlocks = [
'global_declaration',
'controls_forRange',
'local_declaration_statement'
'local_declaration_statement',
'procedures_defnoreturn',
'procedures_callnoreturn',
];

/**
Expand Down

0 comments on commit 14fc4fc

Please sign in to comment.