Skip to content

wasm-ecosystem/assemblyscript-unittest-framework

Repository files navigation

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.