UNPKG

gremlins-ts

Version:

A monkey testing library written in JavaScript, for Node.js and the browser. Use it to check the robustness of web applications by unleashing a horde of undisciplined gremlins.

8 lines (7 loc) 235 B
export class RandomizerRequiredException extends Error { message = "This gremlin requires a randomizer to run. Please call randomizer(randomizerObject) before executing the gremlin"; toString() { return this.message; } }