Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyDCMS committed Aug 23, 2024
1 parent f2cc55d commit 89aecab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shellygo/cypress-test-utils",
"description": "Cypress Test Automation Utilities",
"version": "2.1.31",
"version": "2.1.32",
"author": "Shelly Goldblit",
"private": false,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/cypress-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
StubbedInstanceCreator
} from "ts-stubber";

export type snapshotOptions = {
export type SnapshotOptions = {
index?: number;
dataTestID?: string;
} & CypressImageSnapshotOptions;
Expand Down Expand Up @@ -779,7 +779,7 @@ export class CypressHelper {
*/
imageSnapshot: (
name: string,
{ dataTestID, index, ...rest }: snapshotOptions = {}
{ dataTestID, index, ...rest }: SnapshotOptions = {}
) =>
dataTestID
? this.get
Expand Down

0 comments on commit 89aecab

Please sign in to comment.