An in-memory SettingManager over a seeded map, with spies on
its writes. unset is delegated only on request, so a suite can
model both host shapes the setting decorator distinguishes.
Parameters
initial: Record<string,string> = {}
The seeded entries.
root1: {hasUnset?:boolean} = {}
Options.
OptionalhasUnset?: boolean
Whether the manager delegates unset (defaults to false).
An in-memory SettingManager over a seeded map, with spies on its writes.
unsetis delegated only on request, so a suite can model both host shapes thesettingdecorator distinguishes.