File size: 154 Bytes
1e92f2d |
1 2 3 4 5 6 |
module.exports = {
rootDir: './../../',
// run tests for all packages that have a Jest config file
projects: [ '<rootDir>/apps/*/jest.config.js' ],
};
|
1e92f2d |
1 2 3 4 5 6 |
module.exports = {
rootDir: './../../',
// run tests for all packages that have a Jest config file
projects: [ '<rootDir>/apps/*/jest.config.js' ],
};
|