mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-20 18:29:57 -04:00
All tests passing
This commit is contained in:
parent
981b85e78f
commit
389d112729
10 changed files with 10 additions and 27 deletions
test/unit
|
@ -1,11 +0,0 @@
|
|||
var test = require('tap').test;
|
||||
var VirtualMachine = require('../../src/index');
|
||||
|
||||
test('spec', function (t) {
|
||||
var vm = new VirtualMachine();
|
||||
|
||||
t.type(VirtualMachine, 'function');
|
||||
t.type(vm, 'object');
|
||||
t.type(vm.blockListener, 'function');
|
||||
t.end();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue