There was an error while loading. Please reload this page.
1 parent a3dfef9 commit 76197dcCopy full SHA for 76197dc
1 file changed
packages/provider-limrun/src/app-log-runtime.test.ts
@@ -1,5 +1,6 @@
1
import {
2
appStateUse,
3
+ bootTargetUse,
4
narrowDeviceBinding,
5
type PlatformRequestScope,
6
type PlatformRuntimeHost,
@@ -168,6 +169,7 @@ test('keeps exact-owner app-log recovery available without a process-local sessi
168
169
reason: 'unsupported-provider-mode',
170
});
171
expect(() => narrowDeviceBinding(binding, appStateUse)).toThrow();
172
+ expect(() => narrowDeviceBinding(binding, bootTargetUse)).toThrow();
173
await expect(binding.operations.appLogReattach?.({ envelope })).resolves.toEqual({
174
status: 'missing',
175
0 commit comments