Fix: keywords missing from prepared examples (#2143)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user