ts-mockito
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ts-mockito", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/ts-mockito.js", |
@@ -13,3 +13,3 @@ # ts-mockito | ||
* Mock creation (`mock`) | ||
* Changeing mock behavior (`when`) via: | ||
* Changing mock behavior (`when`) via: | ||
* `thenReturn` - return value | ||
@@ -16,0 +16,0 @@ * `thenThrowsError` - throw an error |
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
42487