chore: run format and fix CI
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user