mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
* chore: sketch out necessary test cases * chore: add tests for updating the data models * chore: outline more response tests * chore: add tests for updating procedure def blocks based on models * chore: add tests for updating procedure callers based on procedure model updates * chore: add tests for renaming procedures * chore: add tests for adding procedure parameters * chore: add tests for renaming procedure parameters * chore: add tests for reordering procedure parameters * chore: add tests for enabling and disabling procedures * chore: add tests for deleting procedure def * chore: fixup tests that we accidentally broke * chore: format