测试: 添加Jest配置
This commit is contained in:
parent
443fe082c7
commit
c9212d8d67
4
backend/jest.config.js
Normal file
4
backend/jest.config.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
module.exports = {
|
||||||
|
testEnvironment: 'node',
|
||||||
|
testMatch: ['**/tests/**/*.test.js'],
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue
Block a user