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 5e542ad commit 2b69648Copy full SHA for 2b69648
tests/unit/README.md
@@ -11,6 +11,7 @@ This guide provides instructions for contributors on how to create a test suite
11
12
- Reuse existing test cases and patch them when possible to avoid redundancy.
13
- Name the directory in lowercase with words separated by hyphens (e.g., `new-feature`).
14
+ - Name the test source file in lowercase with words separated by underscore (e.g., `new_test.cc`).
15
16
- **Avoid Committing `.wasm` Files**:
17
Do not commit precompiled `.wasm` files. Instead:
0 commit comments