@types/jest-image-snapshot 6.3.0 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
jest-image-snapshot/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for jest-image-snapshot (https://github.c
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-image-snapshot.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 12 Dec 2023 15:35:53 GMT
|
|
12
12
|
* Dependencies: [@types/jest](https://npmjs.com/package/@types/jest), [@types/pixelmatch](https://npmjs.com/package/@types/pixelmatch), [ssim.js](https://npmjs.com/package/ssim.js)
|
|
13
13
|
|
|
14
14
|
# Credits
|
jest-image-snapshot/index.d.ts
CHANGED
|
@@ -9,6 +9,11 @@ export interface MatchImageSnapshotOptions {
|
|
|
9
9
|
* @default false
|
|
10
10
|
*/
|
|
11
11
|
allowSizeMismatch?: boolean | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* Sets the max number of bytes for stdout/stderr when running diff-snapshot in a child process.
|
|
14
|
+
* @default 10 * 1024 * 1024 (10,485,760)
|
|
15
|
+
*/
|
|
16
|
+
maxChildProcessBufferSizeInBytes?: number | undefined;
|
|
12
17
|
/**
|
|
13
18
|
* Custom config passed to 'pixelmatch' or 'ssim'
|
|
14
19
|
*/
|
jest-image-snapshot/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jest-image-snapshot",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.4.0",
|
|
4
4
|
"description": "TypeScript definitions for jest-image-snapshot",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-image-snapshot",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"@types/pixelmatch": "*",
|
|
40
40
|
"ssim.js": "^3.1.1"
|
|
41
41
|
},
|
|
42
|
-
"typesPublisherContentHash": "
|
|
42
|
+
"typesPublisherContentHash": "3a0a05d55f8c572f1d44ce8ba427ce2fccf7a4f79cbe30d05bf350c7b1e68271",
|
|
43
43
|
"typeScriptVersion": "4.6"
|
|
44
44
|
}
|