test(authority): add server contract smoke harness

This commit is contained in:
Youzini-afk
2026-04-28 16:02:02 +08:00
parent f4c0b48064
commit 333a6104b0
2 changed files with 429 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"test:indexeddb": "npm run test:indexeddb-persistence && npm run test:indexeddb-sync && npm run test:indexeddb-migration",
"test:persistence-matrix": "npm run test:p0 && npm run test:runtime-history && npm run test:graph-persistence && npm run test:indexeddb",
"test:stable": "node scripts/run-test-suite.mjs",
"test:authority:e2e": "node tests/e2e/authority-server-primary.mjs",
"test:all": "npm run test:stable",
"check": "node scripts/check-syntax.mjs"
},