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