r2/proxy/jest.config.js
lightings 652979ec92 ...
2023-07-11 20:37:52 +08:00

9 lines
140 B
JavaScript

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