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 46c10c6 commit f5403fdCopy full SHA for f5403fd
CONTRIBUTION.md renamed to CONTRIBUTING.md
@@ -14,7 +14,7 @@ workspaces:
14
## Development
15
16
Start by forking the repository, and after cloning it locally you can install
17
-the dependencies using PNPM:
+the dependencies using [PNPM](https://pnpm.io/):
18
19
```shell
20
pnpm install
@@ -78,3 +78,9 @@ submitting your pull request.
78
`react-intersection-observer` uses [Vitest](https://vitest.dev/) for testing.
79
Please ensure that your changes are covered by tests, and that all tests pass
80
before submitting your pull request.
81
+
82
+You can run the tests with the `test` task:
83
84
+```shell
85
+pnpm test
86
+```
0 commit comments