diff --git a/docs/node-enhancement.md b/docs/node-enhancement.md index 462706706..5f2dbb852 100644 --- a/docs/node-enhancement.md +++ b/docs/node-enhancement.md @@ -43,6 +43,9 @@ The [Node.js REPL](https://nodejs.org/en/learn/command-line/how-to-use-the-nodej ## Test runner +::: Available in Node.js v21 and above +::: + _tsx_ enhances the Node.js built-in [test runner](https://nodejs.org/api/test.html) with TypeScript support. You can use it the same way: ```sh