diff options
Diffstat (limited to 'node_modules/brorand/test')
-rw-r--r-- | node_modules/brorand/test/api-test.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/brorand/test/api-test.js b/node_modules/brorand/test/api-test.js deleted file mode 100644 index b6c876d..0000000 --- a/node_modules/brorand/test/api-test.js +++ /dev/null @@ -1,8 +0,0 @@ -var brorand = require('../'); -var assert = require('assert'); - -describe('Brorand', function() { - it('should generate random numbers', function() { - assert.equal(brorand(100).length, 100); - }); -}); |