We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3868386 commit 2f5baa6Copy full SHA for 2f5baa6
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