deps: update fast-xml-parser and markdown-it (#52541)

* style: format test files

* deps: bump fast-xml-parser override
This commit is contained in:
Vincent Koc
2026-03-22 17:55:47 -07:00
committed by GitHub
parent 45ede8729e
commit a61e5d17f0
10 changed files with 27 additions and 30 deletions

View File

@@ -12,9 +12,7 @@ describe("tavily client helpers", () => {
});
it("falls back to the default host for invalid base urls", () => {
expect(__testing.resolveEndpoint("not a url", "/search")).toBe(
"https://api.tavily.com/search",
);
expect(__testing.resolveEndpoint("not a url", "/search")).toBe("https://api.tavily.com/search");
expect(__testing.resolveEndpoint("", "/extract")).toBe("https://api.tavily.com/extract");
});
});