We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7c19d commit 1532651Copy full SHA for 1532651
jest.config.js
@@ -4,5 +4,5 @@
4
* For tests that involve network requests to live services, see jest.config.e2e.js.
5
*/
6
module.exports = {
7
- projects: ["<rootDir>/private/*/jest.config.js", "<rootDir>/packages/*/jest.config.js"],
+ projects: ["<rootDir>/packages/*/jest.config.js"],
8
};
0 commit comments