mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 03:20:20 +00:00
deps: update fast-xml-parser and markdown-it (#52541)
* style: format test files * deps: bump fast-xml-parser override
This commit is contained in:
@@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user