Merge pull request #464 from maxrzaw/add-testing-instructions

feat: add some testing instructions
This commit is contained in:
ThePrimeagen 2024-01-05 15:34:23 -07:00 committed by GitHub
commit fe03a9dda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,6 +287,9 @@ contribute start with an issue and I am totally willing for PRs, but I will be
very conservative on what I take. I don't want Harpoon _solving_ specific very conservative on what I take. I don't want Harpoon _solving_ specific
issues, I want it to create the proper hooks to solve any problem issues, I want it to create the proper hooks to solve any problem
**Running Tests**
To run the tests make sure [plenary](https://github.com/nvim-lua/plenary.nvim) is checked out in the parent directory of *this* repository, then run `make test`.
## ⇁ Social ## ⇁ Social
For questions about Harpoon, there's a #harpoon channel on [the Primeagen's Discord](https://discord.gg/theprimeagen) server. For questions about Harpoon, there's a #harpoon channel on [the Primeagen's Discord](https://discord.gg/theprimeagen) server.
* [Discord](https://discord.gg/theprimeagen) * [Discord](https://discord.gg/theprimeagen)
@ -298,4 +301,3 @@ Original Harpoon will remain in a frozen state and i will merge PRs in with _no
code review_ for those that wish to remain on that. Harpoon 2 is significantly code review_ for those that wish to remain on that. Harpoon 2 is significantly
better and allows for MUCH greater control. Please migrate to that (will better and allows for MUCH greater control. Please migrate to that (will
become `master` within the next few months). become `master` within the next few months).