HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/brorand/test/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/brorand/test/api-test.js
var brorand = require('../');
var assert = require('assert');

describe('Brorand', function() {
  it('should generate random numbers', function() {
    assert.equal(brorand(100).length, 100);
  });
});