bot-base / telegram-bot-template

Telegram bot template based on grammY
318 stars 48 forks source link

Add uvu and test examples #4

Open deptyped opened 2 years ago

Satont commented 2 years ago

I hightly recommend use uvu for testing, or ava or Vitest (which is probably too heavy).

Uvu and ava small (in size), and more perfomant then jest. Also jest has big disadvantage, it has a lot of differences in runtime from node.