| module.exports = { | |
| rootDir: './../../', | |
| // run tests for all packages that have a Jest config file | |
| projects: [ '<rootDir>/apps/*/jest.config.js' ], | |
| }; | |
| module.exports = { | |
| rootDir: './../../', | |
| // run tests for all packages that have a Jest config file | |
| projects: [ '<rootDir>/apps/*/jest.config.js' ], | |
| }; | |