Skip to content

Commit f18f8e9

Browse files
committed
chore: lint에러 수정
1 parent a748549 commit f18f8e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/jest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { Config } from "jest";
2-
const path = require("path");
2+
import path from "path"; // require 대신 import 사용
3+
34
const config: Config = {
45
moduleFileExtensions: ["js", "json", "ts"],
56
rootDir: ".",

0 commit comments

Comments
 (0)