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();
|
|
});
|