Include remaining AccessDepth and uiHelp test updates from parallel work.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
@@ -105,7 +105,7 @@ describe('accessDepth helpers', () => {
|
||||
expect(model.joinLane).toBe('winrm');
|
||||
expect(model.succeeded).toHaveLength(1);
|
||||
expect(model.failed).toHaveLength(1);
|
||||
expect(model.miningOnion.find((r) => r.tier === 'exe_subprocess')?.status).toBe('skipped');
|
||||
expect(model.miningOnion.find((r) => r.tier === 'wsl')?.status).toBe('active');
|
||||
expect(model.spreadOnion).toHaveLength(2);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user