@types/sinon-test
Advanced tools
Comparing version 1.0.7 to 2.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for sinon-test 1.0 | ||
// Type definitions for sinon-test 2.4 | ||
// Project: https://github.com/sinonjs/sinon-test | ||
@@ -12,3 +12,3 @@ // Definitions by: Francis Saul <https://github.com/mummybot> | ||
injectInto?: any; | ||
properties?: Array<"spy"| "stub"| "mock"| "clock"| "server"| "requests">; | ||
properties?: Array<"spy" | "stub" | "mock" | "clock" | "server" | "requests">; | ||
useFakeTimers?: boolean; | ||
@@ -18,9 +18,7 @@ useFakeServer?: boolean; | ||
interface sinonTest { | ||
configureTest(sinon: Sinon.SinonStatic, config?: Configuration): any; | ||
configureTestCase(sinon: Sinon.SinonStatic, config?: Configuration): any; | ||
declare function sinonTest(sinon: Sinon.SinonStatic, config?: Configuration): any; | ||
declare namespace sinonTest { | ||
function configureTest(sinon: Sinon.SinonStatic, config?: Configuration): any; | ||
} | ||
declare var sinonTest: sinonTest; | ||
export = sinonTest; |
{ | ||
"name": "@types/sinon-test", | ||
"version": "1.0.7", | ||
"version": "2.4.0", | ||
"description": "TypeScript definitions for sinon-test", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/sinon-test" | ||
}, | ||
@@ -24,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "56781806c916d466ac437c2df36f27e51ddb42947940f853851b04c3c71aa133", | ||
"typesPublisherContentHash": "43acb63a6edf61507d8a33df7140b39cf32524e3dc0465392e724a5c75bc0fda", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 12 Dec 2018 21:39:09 GMT | ||
* Last updated: Tue, 09 Jul 2019 01:07:01 GMT | ||
* Dependencies: @types/sinon | ||
@@ -14,0 +14,0 @@ * Global values: none |
3133
18