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.

9 lines (7 loc) 218 B
export class LoggerRequiredException extends Error { message = "This mogwai requires a logger to run. Please call logger(loggerObject) before executing the mogwai"; toString() { return this.message; } }