UNPKG

@mochify/mochify

Version:

Run mocha tests in headless browsers

7 lines (6 loc) 444 B
/** * @param {keyof Mocha.reporters} reporter * @returns {Mocha.Runner} */ export function createMochaRunner(reporter: "base" | "Base" | "Dot" | "dot" | "TAP" | "tap" | "JSON" | "json" | "HTML" | "html" | "List" | "list" | "Min" | "Spec" | "spec" | "Nyan" | "nyan" | "XUnit" | "xunit" | "Markdown" | "markdown" | "Progress" | "progress" | "Landing" | "landing" | "JSONStream" | "Doc" | "doc"): Mocha.Runner; import Mocha = require("mocha");