UNPKG

fancy-test

Version:

extendable utilities for testing

10 lines (9 loc) 199 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (timeout) => { return { init(ctx) { ctx.timeout = timeout; }, }; };