class-mocker
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -14,3 +14,2 @@ "use strict"; | ||
const indexExpect = this.__indexStack[this.__callIndex]; | ||
console.log(indexExpect); | ||
if (indexExpect) { | ||
@@ -17,0 +16,0 @@ if (indexExpect.name !== name) { |
{ | ||
"name": "class-mocker", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Class-mocker is library for mocking dependencies.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
11847
133