npx deepunit -- --a
To run for just a specific file(s) npx deepunit -- --f path/to/file.ts
For complete documentation: https://www.npmjs.com/package/deepunitBehinds the scenes there's a whole lot going on to get code that runs and compiles. I'm sure you've already used ChatGPT to write a simple function and found that most of the time there are small things to fix up before it's ready to run. A ton of time was spent handling each of those edge cases to ensure that the output is a test that runs and passes.