From 1532651ead99e572d7709f2149f40b18998e42ee Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 7 Nov 2024 13:31:15 -0500 Subject: [PATCH] test: update jest.config.js to remove private folder (#6639) --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], };