mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-09 12:33:58 -04:00
Fix tests & a typo
This commit is contained in:
parent
0af3de9bf0
commit
c88a8fa55a
5 changed files with 7 additions and 7 deletions
test/unit
|
@ -14,8 +14,8 @@ test('serialize', t => {
|
|||
|
||||
test('deserialize', t => {
|
||||
const vm = new VirtualMachine();
|
||||
sb3.deserialize('', vm.runtime).then(targets => {
|
||||
// @todo Analyize
|
||||
sb3.deserialize('', vm.runtime).then(({targets}) => {
|
||||
// @todo Analyze
|
||||
t.type(targets, 'object');
|
||||
t.end();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue