Skip to content

Instantly share code, notes, and snippets.

@pahund
Last active May 9, 2017 12:09
Show Gist options
  • Select an option

  • Save pahund/a416ea0c34bff4f6a885c69b2fd48e25 to your computer and use it in GitHub Desktop.

Select an option

Save pahund/a416ea0c34bff4f6a885c69b2fd48e25 to your computer and use it in GitHub Desktop.
Command to rename tests – DO NOT TRY THIS AT HOME!1!
find . -name "*Test.js" -exec rename 's/Test.js$/.test.js/' '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment