1차 싱크 완료
This commit is contained in:
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user