Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: fix max line length lint + review comment
  • Loading branch information
shobhitchittora committed Nov 14, 2019
commit 8498a9079701e2b10be10c81e413849a9cb032c6
3 changes: 2 additions & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]);
// ]
```

To deactivate the colors, use `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables.
To deactivate the colors, use the `NO_COLOR` or
`NODE_DISABLE_COLORS` environment variable.
This will also deactivate the colors in the REPL.
Comment thread
shobhitchittora marked this conversation as resolved.

## Legacy mode
Expand Down