UNPKG

fancy-test

Version:

extendable utilities for testing

8 lines (7 loc) 169 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (timeout) => ({ init(ctx) { ctx.timeout = timeout; }, });