as-pect

Definitely not a TypeScript to Web Assembly Testing Framework
Testing is the first step of every project and you have a responsibility to make sure that software you write works as intended. The as-pect project was created to help quickly scaffold and bootstrap AssemblyScripttests so that you can be confident in yourself and the software you write.
The as-pect testing suite itself was designed to solve a few problems:
  1. 1.
    Create a set of testing and performance primitives that match Jest ergonomics
  2. 2.
    Compile and bootstrap your tests from a CLI
  3. 3.
    Standardize the way AssemblyScript modules are written
  4. 4.
    Encourage good testing habits
  5. 5.
    Work with the retro-fitted type system provided by TypeScript
None of these problems are trivial, and as-pect provides an opinionated way to get started with building your software.
If any problems exist with this documentation, you may file an issue here.
Last modified 3yr ago