@quake2ts/test-utils 0.0.748 → 0.0.749
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.
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
- package/src/visual/snapshots.ts +1 -0
package/dist/index.d.cts
CHANGED
|
@@ -2059,6 +2059,7 @@ interface ComparisonOptions {
|
|
|
2059
2059
|
declare function compareSnapshots(actual: Uint8ClampedArray, expected: Uint8ClampedArray, width: number, height: number, options?: ComparisonOptions): Promise<ComparisonResult>;
|
|
2060
2060
|
interface SnapshotTestOptions extends ComparisonOptions {
|
|
2061
2061
|
name: string;
|
|
2062
|
+
description?: string;
|
|
2062
2063
|
width?: number;
|
|
2063
2064
|
height?: number;
|
|
2064
2065
|
updateBaseline?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2059,6 +2059,7 @@ interface ComparisonOptions {
|
|
|
2059
2059
|
declare function compareSnapshots(actual: Uint8ClampedArray, expected: Uint8ClampedArray, width: number, height: number, options?: ComparisonOptions): Promise<ComparisonResult>;
|
|
2060
2060
|
interface SnapshotTestOptions extends ComparisonOptions {
|
|
2061
2061
|
name: string;
|
|
2062
|
+
description?: string;
|
|
2062
2063
|
width?: number;
|
|
2063
2064
|
height?: number;
|
|
2064
2065
|
updateBaseline?: boolean;
|