Skip to content

Commit

Permalink
fix: prettier command.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianoAdaro authored and simonsmith committed Oct 17, 2023
1 parent 5fa6c09 commit 1dfe636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const matchImageSnapshot =
commandOptions?: CypressImageSnapshotOptions,
) => {
// access the env here so that it can be overridden in tests
const isFailOnSnapshotDiff: boolean = Cypress.env('failOnSnapshotDiff') !== false
const isFailOnSnapshotDiff: boolean =
Cypress.env('failOnSnapshotDiff') !== false
const isRequireSnapshots: boolean = Cypress.env('requireSnapshots') || false

const {filename, options} = getNameAndOptions(
Expand Down

0 comments on commit 1dfe636

Please sign in to comment.