Skip to content

Commit

Permalink
fix linter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
webratz committed Aug 14, 2024
1 parent 962b5ad commit a272b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const toMatchCdkSnapshot = function (
// eslint-disable-next-line @typescript-eslint/no-explicit-any
this: any,
received: Stack,
options: Options = {}
options: Options = {},
) {
const matcher = toMatchSnapshot.bind(this);
const { propertyMatchers, ...convertOptions } = options;
Expand Down Expand Up @@ -212,6 +212,6 @@ if (expect !== undefined) {
console.error(
"Unable to find Jest's global expect." +
"\nPlease check you have added jest-cdk-snapshot correctly." +
"\nSee https://github.com/hupe1980/jest-cdk-snapshot for help."
"\nSee https://github.com/hupe1980/jest-cdk-snapshot for help.",
);
}

0 comments on commit a272b9e

Please sign in to comment.