UNPKG

dpaw-brocket-relay

Version:

Interapp communication via websockets

16 lines (12 loc) 227 B
/** * @fileOverview * @name relay.js<test> * @author Gavin Coombes * @license BSD-3-Clause */ var test = require('tape'); let Relay = require('../index'); test('We have the module', t => { t.ok(Relay); t.end(); });