This commit is contained in:
Oleg Maslov
2026-09-02 10:14:22 +02:00
parent 0c3e2ead3b
commit b20b138fe4
771 changed files with 161561 additions and 9027 deletions

View File

@@ -83,7 +83,7 @@ describe('hive-mind CLI subcommand help', () => {
} finally {
fs.rmSync(dataDir, { recursive: true, force: true });
}
});
}, 30_000);
it('prints built status help without creating a personal mind', async () => {
const dataDir = makeDataDir();
@@ -105,7 +105,7 @@ describe('hive-mind CLI subcommand help', () => {
} finally {
fs.rmSync(dataDir, { recursive: true, force: true });
}
});
}, 30_000);
it('installs the local package closure and runs npx subcommand help', async () => {
const dataDir = makeDataDir();
@@ -160,5 +160,5 @@ describe('hive-mind CLI subcommand help', () => {
} finally {
fs.rmSync(dataDir, { recursive: true, force: true });
}
}, 120_000);
}, 180_000);
});