fix(cli): resolve lint error in experimentCommand.test.ts

This commit is contained in:
mkorwel
2026-02-19 16:53:49 -06:00
committed by Matt Korwel
parent b64bfd55e8
commit 38917d8ef1
@@ -122,7 +122,10 @@ describe('experimentCommand', () => {
);
it('should unset an experiment', async () => {
mockContext.services.settings.merged.experimental = {
(
mockContext.services.settings.merged as Record<string, unknown>
).experimental = {
'enable-preview': true,
};
await unsetCommand?.action!(mockContext, 'enable-preview');