mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 21:23:46 +08:00
Fix few markdownlint warnings (#3825)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user