diff --git a/.tests/js/hcaptcha/hcaptcha.test.js b/.tests/js/hcaptcha/hcaptcha.test.js index b94fc629..9f17f05f 100644 --- a/.tests/js/hcaptcha/hcaptcha.test.js +++ b/.tests/js/hcaptcha/hcaptcha.test.js @@ -71,7 +71,7 @@ describe( 'HCaptcha', () => { // Mock hcaptcha object global.hcaptcha = { - render: jest.fn( ( hcaptchaElement ) => { + render: jest.fn( () => { return generateUniqueId(); } ), execute: jest.fn(),