speed up unit tests by narrowing roots
This commit is contained in:
parent
e8d13af57c
commit
fd162fabe3
1 changed files with 3 additions and 1 deletions
|
|
@ -129,7 +129,9 @@ export default {
|
||||||
|
|
||||||
// A list of paths to directories that Jest should use to search for files in
|
// A list of paths to directories that Jest should use to search for files in
|
||||||
roots: [
|
roots: [
|
||||||
"<rootDir>"
|
'<rootDir>/src',
|
||||||
|
'<rootDir>/test',
|
||||||
|
'<rootDir>/test-federation',
|
||||||
],
|
],
|
||||||
|
|
||||||
// Allows you to use a custom runner instead of Jest's default test runner
|
// Allows you to use a custom runner instead of Jest's default test runner
|
||||||
Loading…
Add table
Add a link
Reference in a new issue