login/node_modules/@jest/environment/build/index.js
Rakesh Kumar 807bb60301
Update build files and add node_modules (#54)
* update build files

* add node_modules
2020-09-23 12:15:33 +05:30

15 lines
265 B
JavaScript

'use strict';
function _jestMock() {
const data = _interopRequireDefault(require('jest-mock'));
_jestMock = function () {
return data;
};
return data;
}
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {default: obj};
}