Specifying the port was causing 404 errors on the UI coverage link. Removing it resolved the issue. Odd.

This commit is contained in:
Refringe 2023-11-07 21:57:07 -05:00
parent 3ba9e48a3e
commit ea7d6117ea
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -5,7 +5,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
name: "spt-server",
api: 51204,
reporters: ["default"],
root: "./",
include: ["**/*.{test,spec}.?(c|m)[jt]s?(x)"],