Fix exp id logging (#13430)

This commit is contained in:
owenofbrien
2025-11-21 14:44:50 -06:00
committed by GitHub
parent 0713c86dec
commit 64eb14ab11
11 changed files with 92 additions and 45 deletions

View File

@@ -53,6 +53,7 @@ const renderComponent = (
getUseSmartEdit: vi.fn(() => false),
getProxy: vi.fn(() => undefined),
isInteractive: vi.fn(() => false),
getExperiments: () => {},
// --- Spread test-specific overrides ---
...contextValue,