UNPKG

testdouble

Version:

A minimal test double library for TDD with JavaScript

6 lines (5 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = () => { throw Error('Sorry, but CommonJS module replacement with td.replace() is only supported under Node.js runtimes.'); };