mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-20 17:51:44 +00:00
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
const baseConfig = require('./jest.config.base');
|
|
|
|
module.exports = {
|
|
...baseConfig('spec/frontend', {
|
|
roots: ['<rootDir>/scripts/lib/', '<rootDir>/spec/frontend/'],
|
|
}),
|
|
testMatch: [],
|
|
};
|