Answers for "how to delete the spec.ts file in project all togethre"

1

how to delete the spec.ts file in project all togethre

Deleting them from an existing project depends on your OS. If it is a Unix based system you could do something like this:

find . -type f -name '*.spec.ts' -delete
Posted by: Guest on May-08-2021

Code answers related to "how to delete the spec.ts file in project all togethre"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language