Specifying the port was causing 404 errors on the UI coverage link. Removing it resolved the issue. Odd.
This commit is contained in:
parent
3ba9e48a3e
commit
ea7d6117ea
@ -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)"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user