芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/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); }); });