How to test a Solana Program using Vitest & LiteSVM
Introduction
Testing your Solana program before deployment isn't just good practice. It's essential to ensure it works as intended and won't fail when real value is at stake.
However, traditional test
harunadev.hashnode.dev13 min read