UNPKG
mango
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.0
Mango API client for node.js
github.com/mango/mango-node
mango/mango-node
mango
/
test
/
index.js
15 lines
(12 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
describe
(
'Mango'
,
function
(
){
describe
(
'Constructor'
,
function
(
){
it
(
'Refuse to initialize without an apikey'
,
function
(
done
){
try
{
var
mango =
Mango
(); }
catch
(e) {
assert
(e);
done
(); } }); }); });