Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Apr 27, 2024
1 parent 4d1420e commit ad1acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ describe("astroRehypeRelativeMarkdownLinks", () => {
assert.equal(actual, expected);
});

test("should not contain trailing slash when option not specified and file contains and custom slug contains", async () => {
test("should contain trailing slash when option not specified and file contains and custom slug contains", async () => {
const input =
'<a href="./fixtures/dir-test-custom-slug/with-trailing-slash.md/">foo</a>';
const { value: actual } = await rehype()
Expand Down

0 comments on commit ad1acca

Please sign in to comment.