UNPKG
marvel-names
Version:
beta (1.2.0-beta.0)
latest (1.4.0)
1.4.0
1.2.0-beta.0
1.1.0
1.0.0
Get random Marvel Names
github.com/incacola/marvel
incacola/marvel
marvel-names
/
src
/
index.test.js
9 lines
(7 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
expect =
require
(
'chai'
).
expect
;
var
marvel =
require
(./index);
describe
(
'marvelNames'
,
function
(
){
it
(
'should work'
,
function
(
){
expect
(
true
).
to
.
be
.
true
; }); });