mirror of
https://github.com/langgenius/dify.git
synced 2025-12-16 20:52:32 +00:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
module.exports = {
|
|
testEnvironment: "node",
|
|
transform: {
|
|
"^.+\\.[tj]sx?$": "babel-jest",
|
|
},
|
|
};
|