Commit 6636e1c
committed
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.1 parent d73f77c commit 6636e1c
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
24 | 52 | | |
25 | 53 | | |
26 | 54 | | |
| |||
0 commit comments