forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFC] Multi project runner (jestjs#3156)
* Add `—experimentalProjects` to run multiple projects within the same jest-cli test run. * Improve the “no tests found” message for multiple projects. * Do not pass a single context to TestRunner and remove RunnerContext from reporters. * Rename `patternInfo` to `PathPattern` * Remove `hasDeprecationWarnings` from `watch` function, move it up one level. * Make watch mode work with multiple projects. * Refactor runJest and Reporters, show proper relative paths. * SearchSource now returns `tests: Array<Test>`. * Use one TestSequencer instance for all contexts. * Fix runJest-test. * Fix TestSequencer-test on Windows.
- Loading branch information
Showing
27 changed files
with
753 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.