forked from enviPath/enviPy
Current Dev State
This commit is contained in:
8
static/js/ketcher2/node_modules/brorand/test/api-test.js
generated
vendored
Normal file
8
static/js/ketcher2/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