UNPKG
mlp-name-generator
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Generate a fantastic My Little Pony name!
github.com/wavesoftware/mlp-name-generator
mlp-name-generator
/
spec
/
index_spec.js
9 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
describe
(
"Index"
,
function
(
) {
var
index =
require
(
'../lib/index'
);
it
(
'has version number'
,
function
(
) {
expect
(index.
VERSION
).
toMatch
(
/\d+.\d+.\d+/
); }); });