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

View File

@@ -100,7 +100,7 @@ describe('dsh-stdio-demo app', () => {
it('defaults persistenceRoot and welcome when omitted', async () => {
// Direct apply (NOT via ctx.plugin, which validates+defaults the config
// first) so the runtime `?? './.sessions'` / `?? 'ready.'` fallbacks on
// first) so the runtime `DEFAULT_PERSISTENCE_ROOT` / `DEFAULT_WELCOME` fallbacks on
// apply()'s last two lines are the ones that fire — covering a
// schema-bypassing direct-mount caller.
const ctx = new Context()