jsmod/TEST.md

16 lines
352 B
Markdown

# Test Report - go/jsmod
## Coverage
```
=== RUN TestRegister
--- PASS: TestRegister (0.00s)
PASS
ok apigo.cc/go/jsmod 1.480s
```
## Features Verified
- [x] Context injection and value retrieval.
- [x] Module exports registration.
- [x] Dynamic caller stack frame error wrapping (`MakeError`).
- [x] Noise frame filtering for clean stack traces.