Fix few markdownlint warnings (#3825)

This commit is contained in:
Adam Stachowicz
2023-10-02 21:48:21 +00:00
committed by GitHub
parent d5a3f7e385
commit 04b8681cfb
9 changed files with 57 additions and 55 deletions

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