Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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
 
PREVIOUS NEXT
Tagged: #delete #file #project #togethre
ADD COMMENT
Topic
Name
9+2 =