Skip to content

Commit 1532651

Browse files
authored
test: update jest.config.js to remove private folder (#6639)
1 parent 9f7c19d commit 1532651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* For tests that involve network requests to live services, see jest.config.e2e.js.
55
*/
66
module.exports = {
7-
projects: ["<rootDir>/private/*/jest.config.js", "<rootDir>/packages/*/jest.config.js"],
7+
projects: ["<rootDir>/packages/*/jest.config.js"],
88
};

0 commit comments

Comments
 (0)