Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
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();
|
|
});
|