feat(companion): add platform bootstrap helper
This commit is contained in:
@@ -118,7 +118,9 @@ describe('platform clients integration', () => {
|
||||
await client.connect();
|
||||
|
||||
try {
|
||||
await client.register();
|
||||
const boot = await client.bootstrap();
|
||||
expect(boot.register.registered).toBe(true);
|
||||
expect(boot.capabilities.node.id).toBe('macos-e2e');
|
||||
const status = await client.setStatus({
|
||||
appVersion: '1.0.0',
|
||||
statusText: 'menu-bar-active',
|
||||
|
||||
Reference in New Issue
Block a user