Changed regex to permit any symbols other than #

This commit is contained in:
leonardo.farias
2023-10-26 00:00:06 -03:00
parent 1a9d64e0cf
commit 737f880036
5 changed files with 199 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ import { getPermalinks } from "../src/utils";
// const markdownFolder = path.join(__dirname, "/fixtures/content");
const markdownFolder = path.join(
".",
"/packages/remark-wiki-link/test/fixtures/content"
"test/fixtures/content"
);
describe("getPermalinks", () => {