test
eryx test runs .test.luau suites.
Usage
eryx test <path>
Arguments
<path>
A file or directory to test.
If <path> is a directory, Eryx runs all test suites in that directory. If it is a file, Eryx runs just that file.
Examples
Run one suite:
eryx test sample/class_test.luau
Run all suites in a directory:
eryx test src/modules