We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3affc25 commit c721825Copy full SHA for c721825
docs/dom-testing-library/api-debugging.mdx
@@ -50,8 +50,8 @@ force the colorization off or on. For example:
50
COLORS=false npm test
51
```
52
53
-As with `DEBUG_PRINT_LIMIT`, `COLORS` works in macOS/Linux but you'll need to do
54
-something else for Windows. If you'd like a solution that works for both, see
+This works on macOS/Linux, you'll need to do something else for Windows. If
+you'd like a solution that works for both, see
55
[`cross-env`](https://www.npmjs.com/package/cross-env).
56
57
## `prettyDOM`
0 commit comments