UNPKG
bopular
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
rome's first module
github.com/romebop/bopular
romebop/bopular
bopular
/
test
/
test.js
9 lines
(8 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
expect =
require
(
'chai'
).
expect
;
var
bopular =
require
(
'../index'
);
describe
(
'#bopular'
,
function
(
) {
it
(
'should not return undefined'
,
function
(
) {
var
result =
bopular
();
expect
(result).
to
.
equal
(
undefined
); }); });