webchat: show real ws errors

This commit is contained in:
Peter Steinberger
2025-12-10 01:27:47 +00:00
parent 00ace3bb63
commit 49e70746f0
5 changed files with 97 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
include: ["src/**/*.test.ts"],
include: ["src/**/*.test.ts", "test/format-error.test.ts"],
exclude: [
"dist/**",
"apps/macos/**",