feat(assignments): partial return action and ReturnButton modal
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user