sdfsdfs
This commit is contained in:
8
node_modules/brorand/test/api-test.js
generated
vendored
Normal file
8
node_modules/brorand/test/api-test.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var brorand = require('../');
|
||||
var assert = require('assert');
|
||||
|
||||
describe('Brorand', function() {
|
||||
it('should generate random numbers', function() {
|
||||
assert.equal(brorand(100).length, 100);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user