testdouble
Advanced tools
Comparing version 3.20.1 to 3.20.2
@@ -59,5 +59,5 @@ export as namespace testdouble; | ||
thenDo<T>(f: Function): TestDouble<T>; | ||
thenThrow<T>(e: any): TestDouble<T>; | ||
thenThrow<T>(first: unknown, ...args: Array<unknown>): TestDouble<T>; | ||
thenResolve<T>(first: R, ...args: Array<R>): TestDouble<T>; | ||
thenReject<T>(e: any): TestDouble<T>; | ||
thenReject<T>(first: unknown, ...args: Array<unknown>): TestDouble<T>; | ||
thenCallback<T>(error: any, data: any): TestDouble<T>; | ||
@@ -70,3 +70,3 @@ } | ||
thenDo<T>(f: Function): TestDouble<T>; | ||
thenReject<T>(e: any): TestDouble<T>; | ||
thenReject<T>(first: unknown, ...args: Array<unknown>): TestDouble<T>; | ||
} | ||
@@ -73,0 +73,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '3.20.1'; | ||
exports.default = '3.20.2'; |
{ | ||
"name": "testdouble", | ||
"version": "3.20.1", | ||
"version": "3.20.2", | ||
"description": "A minimal test double library for TDD with JavaScript", | ||
@@ -101,3 +101,3 @@ "homepage": "https://github.com/testdouble/testdouble.js", | ||
"lodash": "^4.17.21", | ||
"quibble": "^0.9.1", | ||
"quibble": "^0.9.2", | ||
"stringify-object-es5": "^2.5.0", | ||
@@ -104,0 +104,0 @@ "theredoc": "^1.0.0" |
@@ -1,1 +0,1 @@ | ||
export default '3.20.1' | ||
export default '3.20.2' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
465007
12342
Updatedquibble@^0.9.2