Skip to content

Commit

Permalink
doc: address line length linting error in documentation
Browse files Browse the repository at this point in the history
Adjusted line lengths in the documentation to adhere to the maximum
allowed limit of 80 characters. This change resolves the linting error.

Refs: nodejs#50901
  • Loading branch information
ognjenjevremovic committed Jan 20, 2024
1 parent 8a1bedd commit 4311384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,8 @@ describe('tests', async () => {
});
```

**Note:** The `after` hook is guaranteed to run, even if tests within the suite fail.
**Note:** The `after` hook is guaranteed to run,
even if tests within the suite fail.

## `beforeEach([fn][, options])`

Expand Down

0 comments on commit 4311384

Please sign in to comment.