Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it('should passes when use properly', () => {
WebView.extraNativeComponentConfig();
(instanceWebView.goBack(): void);
(instanceWebView.goForward(): void);
(instanceWebView.reload(): void);
(instanceWebView.stopLoading(): void);
(instanceWebView.injectJavaScript('alert(1);'): void);
});