module.exports = { // 由于是后端的测试所以选择node testEnvironment: 'node', setupFilesAfterEnv: ['./jest.setup.js'], }