todoApp/test.sh

12 lines
131 B
Bash

npm test
##cd ./scratch
echo "Removing everything..."
##rm *
##cd ..
cd ..
cd scratch/
rm *
cd ..
cd todoApp/
echo "--> Done! <--"