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 7ab7aa6 commit 28df6e4Copy full SHA for 28df6e4
apps/website/docs/implementing-features.mdx
@@ -149,7 +149,7 @@ Let's go back to our `HandleLinkPressFeature` and implement a simple test.
149
### Install Ersatz and Testing Library
150
151
To test injected scripts, the best way is to use
152
-[`@formidable-webview/ersatz`](https://github.com/formidable-webview/ersatz).
+[`@formidable-webview/ersatz`](https://github.com/formidable-webview/ubiquitous/tree/master/packages/ersatz#readme).
153
It will mock the WebView and run a Web environment in [jsdom](https://github.com/jsdom/jsdom).
154
155
<InstallPackageSnippet
0 commit comments