Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/brorand/test/
Upload File :
Current File : /var/www/html/test/wetty2/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);
  });
});