mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
8
jest.config.scripts.js
Normal file
8
jest.config.scripts.js
Normal file
@ -0,0 +1,8 @@
|
||||
const baseConfig = require('./jest.config.base');
|
||||
|
||||
module.exports = {
|
||||
...baseConfig('spec/frontend', {
|
||||
roots: ['<rootDir>/scripts/lib', '<rootDir>/spec/frontend'],
|
||||
}),
|
||||
testMatch: [],
|
||||
};
|
Reference in New Issue
Block a user