Skip to content

Instantly share code, notes, and snippets.

@AshCoolman
Created January 17, 2018 17:18
Show Gist options
  • Save AshCoolman/db11695838ac280cab3fa3b46d8ae4a2 to your computer and use it in GitHub Desktop.
Save AshCoolman/db11695838ac280cab3fa3b46d8ae4a2 to your computer and use it in GitHub Desktop.
lerna find all tests
find . \
\( -name '*.spec.js' -o -name '*.spec.jsx' \) \
-and \
\( \
\( -not -path "*node_modules*" \) \
-and \
\( -not -path "*.dist*" \) \
\)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment