40529c5991
Operating-numbers view plugin (MIQ-1734): per-agent load, in-flight per project, pending-decision age, 7-day throughput, and budget tile. Co-Authored-By: Paperclip <noreply@paperclip.ing>
9 lines
141 B
TypeScript
9 lines
141 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: "jsdom",
|
|
globals: true,
|
|
},
|
|
});
|