We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a748549 commit f18f8e9Copy full SHA for f18f8e9
server/jest.config.ts
@@ -1,5 +1,6 @@
1
import type { Config } from "jest";
2
-const path = require("path");
+import path from "path"; // require 대신 import 사용
3
+
4
const config: Config = {
5
moduleFileExtensions: ["js", "json", "ts"],
6
rootDir: ".",
0 commit comments