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

@@ -1,5 +1,4 @@
import { afterEach, describe, expect, it, vi } from "vitest";
import { listMicrosoftVoices } from "./speech-provider.js";
const fetchMock = vi.fn<typeof fetch>();