Skip to content

Commit

Permalink
Fix ESLint.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Sep 23, 2024
1 parent 0fa3ba9 commit 43493ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tests/js/hcaptcha/hcaptcha.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe( 'HCaptcha', () => {

// Mock hcaptcha object
global.hcaptcha = {
render: jest.fn( ( hcaptchaElement ) => {
render: jest.fn( () => {
return generateUniqueId();
} ),
execute: jest.fn(),
Expand Down

0 comments on commit 43493ac

Please sign in to comment.