UNPKG

my-prototypes

Version:

Add Array, Numbers, Object and String prototypes in your project.

10 lines (8 loc) 245 B
var should = require('chai').should(), prototypes = require('../index'), init = prototypes.init; describe('#init', function() { it('import prototypes', function () { init().should.equal('prototypes imported'); }); });