diff --git a/tests/all.js b/tests/all.js index 9a11e7ac3..2ce012c33 100644 --- a/tests/all.js +++ b/tests/all.js @@ -20,7 +20,9 @@ describe('JAWS Tests', function() { after(function() { // Remove Test Project - del([process.env.TEST_PROJECT_DIR], function(err, paths) { + del([process.env.TEST_PROJECT_DIR], { + force: true + }, function(err, paths) { console.log('Tests Completed. Test project destroyed.'); }); });