1 parent bfb6d77 commit 0af484eCopy full SHA for 0af484e
1 file changed
tests/views/steps/renderBrewing.test.ts
@@ -105,7 +105,6 @@ function makeHarness(
105
resetToIdle: vi.fn(),
106
};
107
const container = createContainer();
108
- let ctx!: StepRenderContext;
109
const renderContent = vi.fn(() => {
110
container.empty();
111
renderBrewing(container, ctx);
@@ -123,7 +122,7 @@ function makeHarness(
123
122
if (flowState.brewingStarted) flowState.cancelBrewingRun();
124
void runCoordinator.startRun();
125
}
126
- ctx = {
+ const ctx = {
127
flowState,
128
plugin: {
129
acaiaService: { state: connected ? 'connected' : 'disconnected' },
0 commit comments