docs: update CLAUDE.md with verified build and test commands

Remove template UnitTest1.cs placeholder. Add actual project structure,
run commands for the NATS server host, and update test command examples
to reference the real project paths.
This commit is contained in:
Joseph Doherty
2026-02-22 20:34:42 -05:00
parent c7fc703d7e
commit b9f4dec523
2 changed files with 43 additions and 16 deletions

View File

@@ -1,10 +0,0 @@
namespace NATS.Server.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}