speed up unit tests by narrowing roots

This commit is contained in:
Hazelnoot 2025-11-09 00:39:21 -05:00
parent e8d13af57c
commit fd162fabe3

View file

@ -129,7 +129,9 @@ export default {
// A list of paths to directories that Jest should use to search for files in
roots: [
"<rootDir>"
'<rootDir>/src',
'<rootDir>/test',
'<rootDir>/test-federation',
],
// Allows you to use a custom runner instead of Jest's default test runner