Repository URL to install this package:
|
Version:
0.6.0 ▾
|
gateway-proxy
/
usr
/
share
/
gateway-proxy
/
app
/
node_modules
/
ts-jest
/
dist
/
utils
/
testing.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mocked = void 0;
function mocked(item, _deep) {
if (_deep === void 0) { _deep = false; }
return item;
}
exports.mocked = mocked;