chore: run format and fix CI

This commit is contained in:
Ralph Khreish
2025-09-24 11:00:04 +02:00
parent c911608f60
commit 4c2801d5eb
3 changed files with 6 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ describe('Commands Module - CLI Setup and Integration', () => {
test('should return Commander program instance', () => {
const program = setupCLI();
expect(program).toBeDefined();
expect(program.name()).toBe('dev');
expect(program.name()).toBe('task-master');
});
test('should return version that matches package.json when TM_PUBLIC_VERSION is set', () => {