UNPKG

stryker-mocha-runner

Version:

A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework

6 lines 232 B
/** * Executes a piece of javascript code in global scope while passing the `require` function * @param body The JavaScript to execute */ export declare function evalGlobal(body: string): void; //# sourceMappingURL=utils.d.ts.map