From f11de84bd9c2a9d51e786e2f76dff82983203b4f Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Wed, 27 Apr 2022 23:35:45 +0800 Subject: [PATCH] fix test --- .../src/__tests__/__snapshots__/markdownLinks.test.ts.snap | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/docusaurus-utils/src/__tests__/__snapshots__/markdownLinks.test.ts.snap b/packages/docusaurus-utils/src/__tests__/__snapshots__/markdownLinks.test.ts.snap index e7ba1ad8d060..56c08fd6f9e1 100644 --- a/packages/docusaurus-utils/src/__tests__/__snapshots__/markdownLinks.test.ts.snap +++ b/packages/docusaurus-utils/src/__tests__/__snapshots__/markdownLinks.test.ts.snap @@ -160,6 +160,7 @@ exports[`replaceMarkdownLinks resolves absolute and relative links differently 1 [Relative link 2](/docs/api/classes/uri) [Relative link that should be absolute](./api/classes/divine_uri.URI.md) [Absolute link](/docs/api/classes/uri) +[Absolute link from site dir](/docs/api/classes/uri) [Absolute link that should be relative](/another.md) [Relative link that acts as absolute](/docs/api/classes/uri) [Relative link that acts as relative](/docs/another)