Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Oct 11, 2022
1 parent 31d795c commit e44dc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-each/src/bind.ts
Expand Up @@ -66,7 +66,7 @@ export default function bind<EachCallback extends Global.TestCallback>(
),
);
} catch (e: any) {
let err = new Error(e.message);
const err = new Error(e.message);

// CIRCUS
if (typeof 'it' === 'function') {
Expand Down

0 comments on commit e44dc8c

Please sign in to comment.