UNPKG
fusion-plugin-http-router
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Registers http routes and handlers on the server.
mrmuhammadali/fusion-plugin-http-router
fusion-plugin-http-router
/
src
/
__tests__
/
index.browser.js
10 lines
(7 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// @flow
import
test
from
'tape-cup'
;
import
Plugin
from
'../index'
;
test
(
'browser exports null'
,
t
=>
{ t.
deepEqual
(
Plugin
,
null
); t.
end
(); });