We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e447b3d commit 66db54eCopy full SHA for 66db54e
1 file changed
test/Gren.spec.js
@@ -424,10 +424,10 @@ describe('Gren', () => {
424
}
425
},
426
{
427
- author: {
428
- name: 'Alex Canessa'
429
- },
430
commit: {
+ author: {
+ name: 'Alex Canessa'
+ },
431
message: 'Two'
432
433
author: {
@@ -535,7 +535,7 @@ describe('Gren', () => {
535
fs.unlinkSync(gren.options.changelogFilename);
536
537
});
538
- })
+ });
539
540
describe('_validateRequiredTagsExists', () => {
541
it('should failed if one tag is missing', () => {
@@ -556,7 +556,7 @@ describe('Gren', () => {
556
557
558
describe('Tests that require network', () => {
559
- before(function (done) {
+ before(function(done) {
560
gren._hasNetwork()
561
.then(isOnline => {
562
if (!isOnline) {
0 commit comments