mirror of
https://github.com/linfaxin/MBBS
synced 2024-11-23 19:58:08 +00:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
roots: ['test'],
|
|
maxWorkers: '50%',
|
|
};
|