测试: 添加Jest配置

This commit is contained in:
Test Engineer 2026-03-10 09:43:25 +00:00
parent 443fe082c7
commit c9212d8d67

4
backend/jest.config.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.js'],
};