mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-08 03:54:04 -04:00
Add to the vm spec
This commit is contained in:
parent
73cb823199
commit
71081502fe
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ test('interface', t => {
|
|||
t.type(vm.addCostume, 'function');
|
||||
t.type(vm.addBackdrop, 'function');
|
||||
t.type(vm.addSound, 'function');
|
||||
t.type(vm.deleteCostume, 'function');
|
||||
t.type(vm.deleteSound, 'function');
|
||||
t.type(vm.renameSprite, 'function');
|
||||
t.type(vm.deleteSprite, 'function');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue