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