@morgan-stanley/ts-mocking-bird
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ export * from './property-replacement-helper'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { WrappedModule } from './module-helper'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { ConstructorFunction, FunctionCallLookup, IMocked, LookupType } from '../mock'; | ||
export declare function getLookup<T, C extends ConstructorFunction<T>, U extends LookupType>(mock: IMocked<T, C>, lookupType: U): FunctionCallLookup<T, C, U>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type WrappedModule = { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ interface IImportReplacement<T extends {}> { |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './helper'; | ||
export * from './mock'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type OperatorFunction<T, C extends ConstructorFunction<T>> = (value: IMocked<T, C>) => IMocked<T, C>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=contracts.js.map |
@@ -0,0 +0,0 @@ export * from './contracts'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ICustomMatcher } from './contracts'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ConstructorFunction, IMocked } from './contracts'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ConstructorFunction, FunctionName, OperatorFunction } from './contracts'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IParameterMatcher } from './contracts'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ConstructorFunction, FunctionName, FunctionParams, IFunctionVerifier, IFunctionWithParametersVerification, IJasmineCustomMatcherResult, IJestCustomMatcherResult, IMocked, IStrictFunctionVerification, LookupType, ParameterMatcher, SetterTypes, VerifierTarget } from './contracts'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@morgan-stanley/ts-mocking-bird", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -0,0 +0,0 @@ # @morgan-stanley/ts-mocking-bird |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
173020
-1.24%