Skip to content

Commit

Permalink
✅(jest) Better scoping of tests execution
Browse files Browse the repository at this point in the history
Tests used to be scoped via their configuration file. Starting at this PR, they will be scoped via dedicated directories.

It would avoid having Jest to scan all files of the directory including some not relevant for the test itself. With new scoping the directory being passed will be only for this test, not for others. As such Jest can scan all of it.
  • Loading branch information
dubzzz authored Oct 28, 2024
1 parent f893f50 commit 4f4ed9b
Showing 1 changed file with 118 additions and 113 deletions.
Loading

0 comments on commit 4f4ed9b

Please sign in to comment.