diff --git a/jest.config.js b/jest.config.js index adecff3b0823..0d573951a76c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,5 +4,5 @@ * For tests that involve network requests to live services, see jest.config.e2e.js. */ module.exports = { - projects: ["/private/*/jest.config.js", "/packages/*/jest.config.js"], + projects: ["/packages/*/jest.config.js"], };