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

This commit is contained in:
AetherForge
2026-06-07 01:08:15 -07:00
parent 0be2de81a5
commit 047d5c7252
3 changed files with 11 additions and 3 deletions

View File

@@ -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);
});