Skip to content

Commit c231745

Browse files
Trotttargos
authored andcommittedOct 4, 2021
doc: prepare markdown file for upcoming formatting/linting
PR-URL: #40156 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7e58cda commit c231745

File tree

4 files changed

+152
-136
lines changed

4 files changed

+152
-136
lines changed
 

‎test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For the tests to run on Windows, be sure to clone Node.js source code with the
1717
| ---------------- | ---------- | --------------- |
1818
| `abort` | Yes | Tests that use `--abort-on-uncaught-exception` and other situations where we want to test something but avoid generating a core file. |
1919
| `addons` | Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon. |
20-
| `async-hooks` | Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. |
20+
| `async-hooks` | Yes | Tests for [async\_hooks](https://nodejs.org/api/async\_hooks.html) functionality. |
2121
| `benchmark` | Yes | Test minimal functionality of benchmarks. |
2222
| `cctest` | Yes | C++ tests that are run as part of the build process. |
2323
| `code-cache` | No | Tests for a Node.js binary compiled with V8 code cache. |

‎test/common/README.md

+148-135
Large diffs are not rendered by default.

‎test/wasi/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Compile with clang and `wasm32-wasi` target. The clang version used must be
44
built with wasi-libc. You can specify the location for clang and the sysroot
55
if needed when running make:
6+
67
```console
78
$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot
89
```

‎test/wpt/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ WPT harness and have automatic updates. There are also a few
1515
This folder covers the tests that have been migrated.
1616

1717
<a id="add-tests"></a>
18+
1819
## How to add tests for a new module
1920

2021
### 1. Create a status file
@@ -142,6 +143,7 @@ skipping tests that cannot be run because of lack of dependency or
142143
expected failures.
143144

144145
<a id="status-format"></a>
146+
145147
## Format of a status JSON file
146148

147149
```text

0 commit comments

Comments
 (0)
Please sign in to comment.