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

Commit a6f5667

Browse files
author
HarishRaj11
committed
Test Cases Resolved for custom host specification
1 parent 3ba11e7 commit a6f5667

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/commands/project/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ function testGenerate(directory, options, cb) {
536536
}
537537
}
538538
}, function(filteredResult) {
539-
async.each(filteredResult, function(file, cb) {
539+
async.each(finalResult, function(file, cb) {
540540
if (file.name === '.env') {
541541
fs.outputFile(path.join(directory, file.name), file.test, cb);
542542
} else {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"lodash": "^4.17.2",
2929
"mocha": "^3.2.0",
3030
"nodemon": "^1.3.7",
31+
"sails": "1.1.0",
3132
"serve-static": "^1.9.2",
3233
"swagger-converter": "^1.4.1",
3334
"swagger-editor": "^2.9.2",

0 commit comments

Comments
 (0)