diff --git a/pages/common/jest.md b/pages/common/jest.md index 63a4200d2e..2bb7251a2b 100644 --- a/pages/common/jest.md +++ b/pages/common/jest.md @@ -7,6 +7,10 @@ `jest` +- Run tests from the test files that match the regex patterns: + +`jest {{test_file1}} {{test_file2}}` + - Run tests whose names match the regex pattern: `jest -t {{spec_name}}`