lib:test
Experimental
Luau test runner. Registers test cases, runs them, reports pass/fail with assertion details.
| Property | Value |
|---|---|
| Namespace | lib |
| Source | src/lua/lib/test.rs |
| Tests | tests/lib/test.test.luau |
| Stability | Experimental |
Syntax
lua
local test = require("lib:test")Description
WARNING
Stub. Full surface in module source; contract exercised by test file.