Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/as-pect/as-pect
🔥Blazing🔥 fast testing with AssemblyScript
https://github.com/as-pect/as-pect
assemblyscript cli testing typescript webassembly
Last synced: 5 days ago
JSON representation
🔥Blazing🔥 fast testing with AssemblyScript
- Host: GitHub
- URL: https://github.com/as-pect/as-pect
- Owner: as-pect
- License: mit
- Created: 2019-02-11T16:10:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T08:05:02.000Z (5 months ago)
- Last Synced: 2024-09-17T15:11:21.491Z (about 2 months ago)
- Topics: assemblyscript, cli, testing, typescript, webassembly
- Language: TypeScript
- Homepage: https://tenner-joshua.gitbook.io/as-pect/
- Size: 12.9 MB
- Stars: 159
- Watchers: 3
- Forks: 19
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - as-pect - 🔥Blazing🔥 fast testing with AssemblyScript (TypeScript)
README
# jtenner/as-pect
This package is a monorepo that contains the cli and the core for the `@as-pect` packages.
[![Greenkeeper badge](https://badges.greenkeeper.io/jtenner/as-pect.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/jtenner/as-pect.svg?branch=master)](https://travis-ci.org/jtenner/as-pect)
[![Coverage Status](https://coveralls.io/repos/github/jtenner/as-pect/badge.svg?branch=master)](https://coveralls.io/github/jtenner/as-pect?branch=master)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)Write your module in AssemblyScript and get blazing fast bootstrapped tests
with WebAssembly speeds!## Documentation
The [documentation is located at gitbook](https://as-pect.gitbook.io/as-pect/). If there are any issues with the docs, please feel free to file an issue!
## Contributors
To contribute please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Thanks to [@willemneal](https://github.com/willemneal) and
[@MaxGraey](https://github.com/maxgraey) for all their support in making `as-pect` the
best software it can be.Other Contributors:
- [@trusktr](https://github.com/trusktr) - Documentation Changes
- [@MaxGraey](https://github.com/maxgraey) - Performance API suggestions
- [@torch2424](https://github.com/torch2424) - Documentation Changes
- [@dcodeIO](https://github.com/dcodeIO) - Made AssemblyScript itself!
- [@9oelM](https://github.com/9oelM) - Misc functionalities## Special Thanks
Special thanks to the [AssemblyScript](https://github.com/AssemblyScript/assemblyscript)
team for creating AssemblyScript itself.