Skip to content

Commit

Permalink
no catch args
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed May 14, 2021
1 parent 4edbfc6 commit 09e9efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-snapshot/src/InlineSnapshots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function saveInlineSnapshots(
try {
// @ts-expect-error requireOutside Babel transform
prettier = requireOutside(prettierPath) as Prettier;
} catch (_) {
} catch {
// Continue even if prettier is not installed.
}
}
Expand Down

0 comments on commit 09e9efb

Please sign in to comment.