Browse Source

jest: add a command for running tests from files

Gary King 5 years ago
parent
commit
b55af73957
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/jest.md

+ 4 - 0
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}}`