Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(CONTRIBUTING): add testing guidelines and example structure
- Introduced a new section on running tests using Mocha, detailing commands for executing the test suite and specific test files. - Provided guidelines for writing tests, including file placement, naming conventions, and best practices for structuring tests. - Included an example test structure to illustrate the recommended approach for organizing test cases. These additions enhance the documentation for contributors, ensuring clarity on testing practices and improving overall project maintainability.
- Loading branch information