1차 싱크 완료
CI / test (push) Failing after 41m13s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-24 21:32:37 +09:00
parent 7a8ad7c057
commit 672cca5271
83 changed files with 6681 additions and 325 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { resolve } from "node:path";
export default defineConfig({
test: {
environment: "jsdom",
include: ["tests/unit/**/*.spec.ts", "tests/api/**/*.spec.ts"],
include: ["tests/unit/**/*.spec.{ts,tsx}", "tests/api/**/*.spec.ts"],
},
resolve: {
alias: {