test: add turn command state differential harness

This commit is contained in:
2026-07-25 11:38:42 +00:00
parent 0151055f94
commit 111d3c7074
16 changed files with 1200 additions and 31 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
"types": ["node"],
"noEmit": true
},
"include": ["test/**/*.ts"]
"include": ["src/**/*.ts", "test/**/*.ts"]
}