Skip to content

Commit

Permalink
add one more todo
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 29, 2021
1 parent 945c87d commit fe34f7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('getDeprecations', () => {
});
const deprecations = await deprecationsCallback(deprecationContext);
expect(deprecations).not.toEqual([]);
// TODO: remove when docs support "main"
if (kibanaPackageJson.branch === 'main') {
for (const { documentationUrl } of deprecations) {
expect(documentationUrl).toMatch(/\/master\//);
Expand Down

0 comments on commit fe34f7a

Please sign in to comment.