it('should modify the commit data if the `TASK:` prefix was found at the beginning of the commit header.', () => {
        const result = transform({
            header: 'TASK: My commit header',
            body: '',
            type: ''