Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
chore(deps): bump @readme/markdown from 6.20.0 to 6.20.1 (#976)
Browse files Browse the repository at this point in the history
* chore(deps): bump @readme/markdown from 6.20.0 to 6.20.1

Bumps [@readme/markdown](https://github.com/readmeio/markdown) from 6.20.0 to 6.20.1.
- [Release notes](https://github.com/readmeio/markdown/releases)
- [Changelog](https://github.com/readmeio/markdown/blob/next/CHANGELOG.md)
- [Commits](readmeio/markdown@v6.20.0...v6.20.1)

Signed-off-by: dependabot[bot] <support@github.com>

* test: fixing a broken test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <jon@ursenba.ch>
  • Loading branch information
dependabot[bot] and erunion authored Oct 12, 2020
1 parent bed2a7d commit 736c90a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ test('render top level array of objects', () => {
});

test.each([
[true, '<a href="https://example.com" target="_self" title="">Description</a>'],
[true, '<a href="https://example.com" target="" title="">Description</a>'],
[false, '<a href="https://example.com" target="_self">Description</a>'],
])('should render markdown in the description [new markdown engine=%s]', (useNewMarkdownEngine, expected) => {
const schema = {
Expand Down
141 changes: 55 additions & 86 deletions packages/api-explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 736c90a

Please sign in to comment.