UNPKG

testdouble

Version:

A minimal test double library for TDD with JavaScript

6 lines (5 loc) 179 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function notifySatisfiedMatchers(double, call, config) { } exports.default = notifySatisfiedMatchers;