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', () => {
}
},
{
author: {
name: 'Alex Canessa'
},
commit: {
author: {
name: 'Alex Canessa'
},
message: 'Two'
},
author: {
@ -535,7 +535,7 @@ describe('Gren', () => {
fs.unlinkSync(gren.options.changelogFilename);
}
});
})
});
describe('_validateRequiredTagsExists', () => {
it('should failed if one tag is missing', () => {
@ -556,7 +556,7 @@ describe('Gren', () => {
});
describe('Tests that require network', () => {
before(function (done) {
before(function(done) {
gren._hasNetwork()
.then(isOnline => {
if (!isOnline) {