UNPKG

bopular

Version:
9 lines (8 loc) 233 B
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); }); });