mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-11 13:59:23 -04:00
Fix lint and tests.
This commit is contained in:
parent
1401d54add
commit
1639444a4d
6 changed files with 42 additions and 11 deletions
test/unit
|
@ -12,7 +12,6 @@ test('spec', t => {
|
|||
t.type(target.id, 'string');
|
||||
t.type(target.blocks, 'object');
|
||||
t.type(target.variables, 'object');
|
||||
t.type(target.lists, 'object');
|
||||
t.type(target._customState, 'object');
|
||||
|
||||
t.type(target.createVariable, 'function');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue