Skip to content

Commit

Permalink
test: update jest.config.js to remove private folder (#6639)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Nov 7, 2024
1 parent 9f7c19d commit 1532651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* For tests that involve network requests to live services, see jest.config.e2e.js.
*/
module.exports = {
projects: ["<rootDir>/private/*/jest.config.js", "<rootDir>/packages/*/jest.config.js"],
projects: ["<rootDir>/packages/*/jest.config.js"],
};

0 comments on commit 1532651

Please sign in to comment.