mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
tests: remove test project folder
This commit is contained in:
parent
b538c80db3
commit
670fc826ee
@ -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.');
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user