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 7ce9985 commit 8c2f8a7Copy full SHA for 8c2f8a7
docs/dom-testing-library/install.md
@@ -39,11 +39,11 @@ right file when you require/import `@testing-library/dom` or you can import the
39
file you need more explicitly. For example:
40
41
```js
42
-import { within } from 'dom-testing-library/dist/dom-testing-library.umd.js'
+import { within } from '@testing-library/dom/dist/@testing-library/dom.umd.js'
43
```
44
45
You can
46
-[review the published `dist` files here](https://unpkg.com/@testing-library/dom/dist).
+[review the published `dist` files here](https://unpkg.com/@testing-library/dom/dist/).
47
48
The `main` file is configured to compile down to support the version of node
49
that is referenced in the `package.json` `engines.node` field. But the `module`
0 commit comments