mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-01 17:11:21 -04:00
Initial commit
This commit is contained in:
parent
9d5423f22a
commit
655556273a
6 changed files with 73 additions and 4 deletions
test/unit
6
test/unit/spec.js
Normal file
6
test/unit/spec.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
var test = require('tap').test;
|
||||
var vm = require('../../index');
|
||||
|
||||
test('spec', function (t) {
|
||||
t.end();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue