docs: align default fallback test comments

This commit is contained in:
Tianyi Cui
2026-07-14 09:32:15 +08:00
parent 54fb96ef04
commit 732735b27f
2 changed files with 2 additions and 2 deletions
@@ -82,7 +82,7 @@ describe('dsh-acp-demo composition', () => {
})
it('defaults the persistence root when omitted', async () => {
// Exercises the `?? './.sessions'` fallback for a direct-apply caller that
// Exercises the `DEFAULT_PERSISTENCE_ROOT` fallback for a direct-apply caller that
// bypasses the schema's `.default(...)`: call `apply` directly (not via
// `ctx.plugin`, which validates+defaults the config first) with no
// persistenceRoot, so the runtime fallback is the one that fires.