Tests and cleanup of addSprite3 so that .sprite3 format does not need to be nested inside an extra {targets: ...}

This commit is contained in:
Karishma Chadha 2018-05-03 16:19:29 -04:00
parent 9cc34d7406
commit 55352e88b1
7 changed files with 105 additions and 14 deletions
test/unit

View file

@ -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');