Use the Node.js test runner, but with TypeScript via ts-node
```shell # ts ts-node .\test\base\listToTree.ts
Load from `test/tsconfig.json` with ts-node.
TypeScript execution environment and REPL for node.js, with source map support
SWC node register
transform humanize time to ms
CSS selectors parser
TypeScript loader for webpack
nyc configuration that works with typescript
Load node modules according to tsconfig paths, in run-time or via API.
Create a full Content-Type header given a MIME type or extension and cache the result
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
A testing companion to firebase-functions.
A Babel preset that enables parsing of proposals supported by the current Node.js version.
Compiles your TS app and restarts when files are modified.
Super-fast alternative to Babel for when you can target modern JS runtimes
A replacement for process.exit that ensures stdio are fully drained before exiting.
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
JWA implementation (supports all JWS algorithms)
unist utility to check if a node passes a test
Compile or Render Typst documents in Node environment.
Extends LRU base on hashlru
Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, timeout and more. Base undici API.
Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity