Skip to content

Instantly share code, notes, and snippets.

@zimejin
Created June 18, 2020 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zimejin/69d0e95adf787222c164e1b03f06dda3 to your computer and use it in GitHub Desktop.
Save zimejin/69d0e95adf787222c164e1b03f06dda3 to your computer and use it in GitHub Desktop.
How to remove all the spec files from existing Angular cli project
https://stackoverflow.com/questions/55399059/how-to-remove-all-the-spec-files-from-existing-angular-cli-project
find . -type f -name '*.spec.ts' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment