mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-13 23:10:56 -04:00
Tests and cleanup of addSprite3 so that .sprite3 format does not need to be nested inside an extra {targets: ...}
This commit is contained in:
parent
9cc34d7406
commit
55352e88b1
7 changed files with 105 additions and 14 deletions
test/unit
|
@ -15,7 +15,7 @@ test('interface', t => {
|
|||
t.type(vm.postIOData, 'function');
|
||||
|
||||
t.type(vm.loadProject, 'function');
|
||||
t.type(vm.addSprite2, 'function');
|
||||
t.type(vm.addSprite, 'function');
|
||||
t.type(vm.addCostume, 'function');
|
||||
t.type(vm.addBackdrop, 'function');
|
||||
t.type(vm.addSound, 'function');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue