Skip to content

Commit

Permalink
commented out the test that validates the created template as this wi…
Browse files Browse the repository at this point in the history
…ll require env variables w aws account in travis.yml
  • Loading branch information
gkpty committed Dec 14, 2019
1 parent de62d84 commit c4b85fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/createTemplateTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ describe('Check the createTemplate method', function() {
})
});
});
/*
describe('Validates a saved cloudformation template', function() {
it('Should return true for a valid cloudformation template', function(done) {
ValidateTemplate(formName, function(err, data){
Expand All @@ -83,6 +84,7 @@ describe('Check the createTemplate method', function() {
})
});
});
*/
after(function(){
fs.writeFileSync(`./forms/${formName}/config.json`, '{}')
//fs.unlinkSync(`./forms/${formName}/template.json`)
Expand Down

0 comments on commit c4b85fa

Please sign in to comment.