feat(平台): 补齐服务端持久化和AI拆解契约
This commit is contained in:
9
apps/server/jest.config.js
Normal file
9
apps/server/jest.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
moduleFileExtensions: ['js', 'json', 'ts'],
|
||||
rootDir: '.',
|
||||
testRegex: '.*\\.spec\\.ts$',
|
||||
transform: {
|
||||
'^.+\\.(t|j)s$': 'ts-jest',
|
||||
},
|
||||
testEnvironment: 'node',
|
||||
};
|
||||
Reference in New Issue
Block a user