mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
11 lines
194 B
JavaScript
11 lines
194 B
JavaScript
|
const test = require('tap').test;
|
||
|
// const JSONRPCWebSocket = require('../../src/util/jsonrpc-web-socket');
|
||
|
|
||
|
test('constructor', t => {
|
||
|
t.end();
|
||
|
});
|
||
|
|
||
|
test('dispose', t => {
|
||
|
t.end();
|
||
|
});
|