chore(testing): fix Jenkins breakage due to test directory already being present

This commit is contained in:
Julie
2014-02-05 15:51:00 -08:00
committed by Igor Minar
parent 84467d8697
commit 8829a2a86d

View File

@@ -22,7 +22,7 @@ rm -f angular.js.size
npm install --color false
grunt ci-checks package --no-color
mkdir test_out
mkdir -p test_out
# DOCS generator unit tests #
grunt test:docgen --no-color