Files
wren/test
retoor b9ae226cd8 feat: add test cases for readByte and readLine on closed Stdin
Add two new test files verifying that calling Stdin.readByte() and Stdin.readLine() on a closed stdin stream correctly produces the expected error message "Stdin was closed." when caught via Fiber.try().
2026-01-25 09:54:09 +00:00
..

This contains the automated validation suite for the CLI.

  • unit/ - tests various aspects of the CLI core APIs.

  • */ - tests various modules and mechanics of the CLI, like module resolution.