Skip to content

Commit 2f5baa6

Browse files
committed
test: update jest.config.js to remove private folder
1 parent 3868386 commit 2f5baa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
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)