jest-create-mock-instance
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ /** |
var jestMock = require("jest-mock"); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -15,5 +14,3 @@ /** | ||
module.exports = { | ||
default: createMockInstance, | ||
createMockInstance: createMockInstance | ||
}; | ||
exports.default = exports.createMockInstance = createMockInstance; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "jest-create-mock-instance", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Create class mock instances easily with Jest", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ ## Description |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4872
26