We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567b9f5 commit 5e30a76Copy full SHA for 5e30a76
test/recaptcha.spec.js
@@ -117,7 +117,7 @@ describe("ReCAPTCHA", () => {
117
}
118
119
const instance = ReactTestUtils.renderIntoDocument(React.createElement(WrappingComponent));
120
- instance._internalRef.current. executeAsync();
+ instance._internalRef.current.executeAsync();
121
expect(grecaptchaMock.execute).toBeCalledWith(WIDGET_ID);
122
});
123
it("executeAsync, should return a promise", () => {
0 commit comments