Files
wren/test
underscorediscovery ff068d5841 fix: relax directory stat size assertion to allow zero on Windows
On Windows, `stat` on a directory reports size as 0, causing the previous
`stat.size > 0` assertion to fail. Change the test to only verify that
`stat.size` is a numeric value, accommodating platform-specific behavior
where directory sizes may be zero.
2020-02-16 23:52:08 +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.