Fix exp id logging (#13430)

This commit is contained in:
owenofbrien
2025-11-21 14:44:50 -06:00
committed by GitHub
parent 5a6ef66e05
commit f8ebe0fa6a
11 changed files with 92 additions and 45 deletions
@@ -53,6 +53,7 @@ const renderComponent = (
getUseSmartEdit: vi.fn(() => false),
getProxy: vi.fn(() => undefined),
isInteractive: vi.fn(() => false),
getExperiments: () => {},
// --- Spread test-specific overrides ---
...contextValue,