November 2018
Beginner
502 pages
10h 22m
English
After Jest executes our tests, it provides us with the following options:
> Press f to run only failed tests.> Press o to only run tests related to changed files.> Press p to filter by a filename regex pattern.> Press t to filter by a test name regex pattern.> Press q to quit watch mode.> Press Enter to trigger a test run.
These options let us specify what tests should be executed, which is really useful as the number of tests grows. Let's explore some of these options:

Read now
Unlock full access