Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 10, 2023
1 parent fd88c6d commit 79dba61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/markdown/prepareMarkdown.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from 'chai';
import prepareMarkdown from './prepareMarkdown';

describe('parseMarkdown', () => {
describe('prepareMarkdown', () => {
const defaultParams = {
fileRelativeContext: 'test/bar',
options: {
Expand Down Expand Up @@ -400,7 +400,9 @@ Use "bash" instead.
it('should report duplicated trailing splashes', () => {
const markdown = `
# Localization
<p class="description">Foo</p>
[foo](/foo/)
[bar](/bar//#foo)
`;
Expand Down

0 comments on commit 79dba61

Please sign in to comment.