nunit

Updated: 09 May 2025

Create a NUnit 3 Test Project

dotnet new nunit

Run only the tests in category wasm

dotnet test --filter TestCategory="wasm"

Leave a comment