feat(assignments): partial return action and ReturnButton modal

This commit is contained in:
2026-06-25 21:18:34 +02:00
parent de40e0bf73
commit 2c03cd4d66
5 changed files with 494 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig } from "vitest/config"
export default defineConfig({
test: {
environment: "node",
include: ["tests/**/*.test.ts"],
include: ["tests/**/*.test.ts", "tests/**/*.test.tsx"],
watch: false,
globals: false,
clearMocks: true,