UNPKG

mlp-name-generator

Version:

Generate a fantastic My Little Pony name!

9 lines (7 loc) 186 B
'use strict'; describe("Index", function () { var index = require('../lib/index'); it('has version number', function() { expect(index.VERSION).toMatch(/\d+.\d+.\d+/); }); });