Fix few markdownlint warnings (#3825)

This commit is contained in:
Adam Stachowicz
2023-10-03 05:48:21 +08:00
committed by GitHub
parent d5a3f7e385
commit 04b8681cfb
9 changed files with 57 additions and 55 deletions
+1 -4
View File
@@ -1,12 +1,9 @@
# Node.js Test Runner
Documentation: https://nodejs.org/api/test.html
Create a test file in this directory with the name `*.js`.
## Template
```js
@@ -26,7 +23,7 @@ test("Test name", async (t) => {
});
```
## Run
## Run
Node.js >=18