This commit is contained in:
Alex Canessa 2018-10-14 12:04:01 +01:00
Родитель e447b3df25
Коммит 66db54e2fe
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -424,10 +424,10 @@ describe('Gren', () => {
}
},
{
commit: {
author: {
name: 'Alex Canessa'
},
commit: {
message: 'Two'
},
author: {
@ -535,7 +535,7 @@ describe('Gren', () => {
fs.unlinkSync(gren.options.changelogFilename);
}
});
})
});
describe('_validateRequiredTagsExists', () => {
it('should failed if one tag is missing', () => {