UNPKG

poku

Version:

🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.

12 lines (11 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createReporter = void 0; const poku_js_1 = require("../services/reporters/poku.js"); const createReporter = (events) => { return () => ({ ...poku_js_1.poku, ...events, }); }; exports.createReporter = createReporter;