Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Test Cases Resolved for custom host specification
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishRaj11 committed Apr 10, 2019
1 parent 3ba11e7 commit a6f5667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/project/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ function testGenerate(directory, options, cb) {
}
}
}, function(filteredResult) {
async.each(filteredResult, function(file, cb) {
async.each(finalResult, function(file, cb) {
if (file.name === '.env') {
fs.outputFile(path.join(directory, file.name), file.test, cb);
} else {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"lodash": "^4.17.2",
"mocha": "^3.2.0",
"nodemon": "^1.3.7",
"sails": "1.1.0",
"serve-static": "^1.9.2",
"swagger-converter": "^1.4.1",
"swagger-editor": "^2.9.2",
Expand Down

0 comments on commit a6f5667

Please sign in to comment.