UNPKG

fusion-plugin-http-router

Version:

Registers http routes and handlers on the server.

10 lines (7 loc) 151 B
// @flow import test from 'tape-cup'; import Plugin from '../index'; test('browser exports null', t => { t.deepEqual(Plugin, null); t.end(); });