Comparing version 0.2.10 to 0.3.0
@@ -68,4 +68,4 @@ var __getOwnPropSymbols = Object.getOwnPropertySymbols; | ||
}; | ||
Object.defineProperty(fn, "_isMockFunction", { get: () => true }); | ||
Object.defineProperty(fn, "length", { value: cb ? cb.length : 0 }); | ||
Object.defineProperty(fn, "__isSpy", { value: true }); | ||
Object.defineProperty(fn, "returns", { | ||
@@ -72,0 +72,0 @@ get() { |
{ | ||
"name": "tinyspy", | ||
"version": "0.2.10", | ||
"version": "0.3.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
7451