UNPKG
xervo
Version:
latest (0.0.2)
0.0.2
0.0.1
SDK for working with xervo.io in Node.js
github.com/XervoIO
XervoIO/node-sdk
xervo
/
test
/
index.js
7 lines
(5 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
test =
require
(
'tape'
)
test
(
'Example Test'
,
function
(
t
) { t.
plan
(
1
) t.
error
(
'No tests defined.'
) })