fix(server): defer validation error body change

This commit is contained in:
Kit Langton
2026-05-09 14:50:45 -04:00
parent ebe9dcf27e
commit 6fea0178eb
4 changed files with 1 additions and 28 deletions

View File

@@ -122,7 +122,7 @@ describe("sync HttpApi", () => {
}
})
test("returns structured validation errors", async () => {
test.todo("returns structured validation errors", async () => {
await using tmp = await tmpdir({ git: true, config: { formatter: false, lsp: false } })
const response = await ExperimentalHttpApiServer.webHandler().handler(
new Request(`http://localhost${SyncPaths.history}`, {