Skip to content
代码片段 群组 项目
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
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: [],
};