Skip to content

Commit

Permalink
clean up tmp, do not ignore it
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 19, 2019
1 parent b54727a commit 66b6765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
/tmp
/coverage
/node_modules
1 change: 1 addition & 0 deletions test/run.sh
Expand Up @@ -61,6 +61,7 @@ main () {
done
if [ $fails -eq 0 ]; then
echo '# all tests passing'
rm -rf tmp
else
echo "# failed $fails of $n tests"
fi
Expand Down

0 comments on commit 66b6765

Please sign in to comment.