UNPKG
zues
Version:
latest (0.0.2)
0.0.2
0.0.1
streaming interface to the Steam Web API
zues
/
test
/
test.js
9 lines
(7 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
void
function
(
root
){
var
test =
require
(
'tape'
)
test
(
'ok'
,
function
(
t
){ t.
plan
(
0
) t.
end
() }) }(
this
)