Fix: keywords missing from prepared examples (#2143)

This commit is contained in:
Sven Schoenung
2018-10-03 20:08:05 +02:00
committed by chris48s
parent 362db466bb
commit c058dbdcd9
3 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ describe('The badge examples', function() {
previewUrl: '/badge/build-passing-brightgreen.svg',
urlPattern: '/appveyor/ci/:user/:repo.svg',
documentation: undefined,
keywords: undefined,
},
{
title: 'AppVeyor branch',
@@ -26,6 +27,7 @@ describe('The badge examples', function() {
previewUrl: '/badge/build-passing-brightgreen.svg',
urlPattern: '/appveyor/ci/:user/:repo/:branch.svg',
documentation: undefined,
keywords: undefined,
},
])
})