Created
June 18, 2020 19:52
-
-
Save zimejin/69d0e95adf787222c164e1b03f06dda3 to your computer and use it in GitHub Desktop.
How to remove all the spec files from existing Angular cli project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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