UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

8 lines (7 loc) 205 B
import brorand from "../"; import assert from "assert"; describe('Brorand', function () { it('should generate random numbers', function () { assert.equal(brorand(100).length, 100); }); });