mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 15:02:06 -05:00
Test: take out old blockListener check
This commit is contained in:
parent
c70e9759a9
commit
020250e258
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ test('spec', function (t) {
|
||||||
|
|
||||||
t.type(VirtualMachine, 'function');
|
t.type(VirtualMachine, 'function');
|
||||||
t.type(vm, 'object');
|
t.type(vm, 'object');
|
||||||
t.type(vm.blockListener, 'function');
|
|
||||||
t.end();
|
t.end();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue