Skip to content

Commit

Permalink
refactor(util/markdown): remove test scenario (#23272)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jul 10, 2023
1 parent 8f39f50 commit eef6f17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/util/markdown.spec.ts
Expand Up @@ -15,7 +15,6 @@ describe('util/markdown', () => {
* Issue or PR (fork): foo#1
* Issue or PR (project): remarkjs/remark#1
* Mention: @wooorm
* Changelog heading with link: [v2.23.1](https://github.com/bootstrap-vue/bootstrap-vue/blob/HEAD/CHANGELOG.md#2231-2022-10-26)
`;

const after =
Expand All @@ -30,7 +29,6 @@ describe('util/markdown', () => {
- Issue or PR (fork): [foo#1](https://github.com/foo/repo/issues/1)
- Issue or PR (project): [remarkjs/remark#1](https://github.com/remarkjs/remark/issues/1)
- Mention: [@wooorm](https://github.com/wooorm)
- Changelog heading with link: [v2.23.1](https://github.com/bootstrap-vue/bootstrap-vue/blob/HEAD/CHANGELOG.md#2231-2022-10-26)
` + '\n';

it('works', async () => {
Expand Down

0 comments on commit eef6f17

Please sign in to comment.