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