assemblyscript-unittest-framework
v2.1.0
Published
assemblyscript unit test framework
Readme
Assemblyscript Unittest Framework
A comprehensive AssemblyScript testing solution, offering developers a robust suite of features to ensure their code performs as expected:
- Function Mocking
- Coverage statistics
- Expectations
Documentation: https://wasm-ecosystem.github.io/assemblyscript-unittest-framework/
Architecture
assembly/written in Assemblyscript, provides user-accessible testing APIs such as test, inspect, mock, etc.src/written in Typescript, implements the test functionality.
