addition of new dashboard
This commit is contained in:
11
frontend/vitest.config.js
Normal file
11
frontend/vitest.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
// Unit tests for the pure resource modules (formatters, filter-state query
|
||||
// building). Astro components and DOM glue are covered by the Playwright smoke.
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "node",
|
||||
include: ["src/**/*.test.js"],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user