ts-mockito
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -5,2 +5,5 @@ import { ArgCaptor1, ArgCaptor10, ArgCaptor2, ArgCaptor3, ArgCaptor4, ArgCaptor5, ArgCaptor6, ArgCaptor7, ArgCaptor8, ArgCaptor9 } from "./capture/ArgCaptor"; | ||
export declare function spy<T>(instanceToSpy: T): T; | ||
export declare function mock<T>(clazz: (new (...args: any[]) => T) | (Function & { | ||
prototype: T; | ||
})): T; | ||
export declare function mock<T>(clazz?: any): T; | ||
@@ -7,0 +10,0 @@ export declare function verify<T>(method: T): MethodStubVerificator<T>; |
{ | ||
"name": "ts-mockito", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Mocking library for TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/ts-mockito.js", |
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
129809
109
1854