mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-30 08:01:18 -04:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
|
var test = require('tap').test;
|
||
|
var vm = require('../../index');
|
||
|
|
||
|
test('spec', function (t) {
|
||
|
t.end();
|
||
|
});
|