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.

6 lines (3 loc) 122 B
import { GremlinsHorde, gremlins } from "./gremlinsHorde"; export { gremlins, GremlinsHorde }; export default gremlins;