Skip to content

Commit 76197dc

Browse files
committed
test: cover limrun recovery-only readiness
1 parent a3dfef9 commit 76197dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/provider-limrun/src/app-log-runtime.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {
22
appStateUse,
3+
bootTargetUse,
34
narrowDeviceBinding,
45
type PlatformRequestScope,
56
type PlatformRuntimeHost,
@@ -168,6 +169,7 @@ test('keeps exact-owner app-log recovery available without a process-local sessi
168169
reason: 'unsupported-provider-mode',
169170
});
170171
expect(() => narrowDeviceBinding(binding, appStateUse)).toThrow();
172+
expect(() => narrowDeviceBinding(binding, bootTargetUse)).toThrow();
171173
await expect(binding.operations.appLogReattach?.({ envelope })).resolves.toEqual({
172174
status: 'missing',
173175
});

0 commit comments

Comments
 (0)