-
- This fixes issue where jest tries to read large files into memory before starting. - https://gitlab.slack.com/archives/C0GQHHPGW/p1698721173249569
- This fixes issue where jest tries to read large files into memory before starting. - https://gitlab.slack.com/archives/C0GQHHPGW/p1698721173249569
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
jest.config.scripts.js 196 B
const baseConfig = require('./jest.config.base');
module.exports = {
...baseConfig('spec/frontend', {
roots: ['<rootDir>/scripts/lib', '<rootDir>/spec/frontend'],
}),
testMatch: [],
};