UNPKG

verify-it

Version:

Randomised test property/data generation for NodeJS

8 lines (5 loc) 144 B
'use strict' const ErrorGenerators = function (random) { this.error = () => new Error(random.string(20)) } module.exports = ErrorGenerators