Commit f9d8ec0
committed
style(Rest): standardize test file formatting
Apply consistent code formatting across Rest test files including:
- Struct field type formatting (remove trailing colons)
- Inline comment repositioning
- Assertion formatting standardization
- Minor punctuation fix in README.md (em dash to hyphen)
Affected files:
- tests/integration/vscode_compatibility.rs
- tests/unit/codegen_tests.rs
- tests/unit/oxc_compiler.rs
- tests/unit/parser_tests.rs
- tests/unit/transformer_tests.rs
- README.md
These formatting changes align the test code with the project's style conventions.1 parent 9455e8e commit f9d8ec0
File tree
6 files changed
+1806
-1679
lines changed- tests
- integration
- unit
6 files changed
+1806
-1679
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments