Skip to content

Commit

Permalink
test in lint-staged using --findRelatedTests
Browse files Browse the repository at this point in the history
  • Loading branch information
zploskey committed Aug 13, 2018
1 parent 0fb495d commit f800851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
"{src,examples,__tests__}/**/*.{re,rei}":
- "refmt --in-place"
- "git add"
"lib/js/**/*.js":
- "jest --bail --findRelatedTests"

0 comments on commit f800851

Please sign in to comment.