console-fail-test
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -48,3 +48,3 @@ { | ||
}, | ||
"version": "0.2.0" | ||
"version": "0.2.1" | ||
} |
@@ -13,4 +13,4 @@ "use strict"; | ||
return { | ||
getCalls: () => spy.calls, | ||
restore: spy.restore, | ||
getCalls: () => spy.mock.calls, | ||
restore: spy.mockRestore, | ||
}; | ||
@@ -17,0 +17,0 @@ }; |
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
481055