Skip to content

Commit 67d2c81

Browse files
authored
chore: add badges (#42)
1 parent 5622732 commit 67d2c81

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Assemblyscript Unittest Framework
22

3+
<div style="text-align: center;">
4+
<a href="https://deepwiki.com/wasm-ecosystem/assemblyscript-unittest-framework">
5+
<img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki" />
6+
</a>
7+
<a href="https://www.npmjs.com/package/assemblyscript-unittest-framework">
8+
<img src="https://img.shields.io/npm/v/assemblyscript-unittest-framework.svg?color=007acc&logo=npm" alt="npm" />
9+
</a>
10+
<a href="https://discord.gg/assemblyscript">
11+
<img
12+
src="https://img.shields.io/discord/721472913886281818.svg?label=discord&logo=discord&logoColor=ffffff&color=7389D8"
13+
alt="Discord online"
14+
/>
15+
</a>
16+
</div>
17+
318
A comprehensive AssemblyScript testing solution, offering developers a robust suite of features to ensure their code performs as expected:
419

520
- Function Mocking

0 commit comments

Comments
 (0)