UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

9 lines (7 loc) 202 B
var brorand = require('../'); var assert = require('assert'); describe('Brorand', function() { it('should generate random numbers', function() { assert.equal(brorand(100).length, 100); }); });