tests: remove test project folder

This commit is contained in:
Austen Collins 2015-08-22 19:16:03 -07:00
parent b538c80db3
commit 670fc826ee

View File

@ -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.');
});
});