@types/chai-jest-snapshot
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -30,3 +30,3 @@ // Type definitions for chai-jest-snapshot 1.3 | ||
/** Configure snapshot name using mocha context */ | ||
configureUsingMochaContext(context: Mocha.IBeforeAndAfterContext): void; | ||
configureUsingMochaContext(context: Mocha.Context): void; | ||
@@ -33,0 +33,0 @@ /** Reset snapshot registry */ |
{ | ||
"name": "@types/chai-jest-snapshot", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "TypeScript definitions for chai-jest-snapshot", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -26,4 +26,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "8aee0cfe20ec6ea57ccba71196de254560e5149c081cdc1918155ee009b68e40", | ||
"typesPublisherContentHash": "30880e31624ead33bab67124b38d863d07bf3b0fb18b586fe4e35f3e2a4615bc", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-jest-snapshot | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-jest-snapshot. | ||
Additional Details | ||
* Last updated: Thu, 08 Aug 2019 16:09:06 GMT | ||
* Dependencies: @types/chai, @types/mocha | ||
### Additional Details | ||
* Last updated: Sun, 12 Jul 2020 08:28:43 GMT | ||
* Dependencies: [@types/chai](https://npmjs.com/package/@types/chai), [@types/mocha](https://npmjs.com/package/@types/mocha) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Matt Perry <https://github.com/mattvperry>. | ||
These definitions were written by [Matt Perry](https://github.com/mattvperry). |
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
3776