Test
Testing framework for HoloScript applications and package development.
Overview
@holoscript/test provides shared testing helpers for validating parser behavior, compiler output, runtime expectations, and application-level HoloScript flows.
Installation
bash
npm install @holoscript/testUse When
- You are writing package tests inside the ecosystem.
- You need shared fixtures or helpers for scene validation.
- You want a common testing approach across projects.
Key Capabilities
- Testing helpers for package and application code.
- Useful for parser, runtime, and compiler verification.
- Good fit for shared fixtures and integration checks.