Skip to content

Commit

Permalink
Merge "[FAB-5363] NodeSDK - common config part 2"
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthematrix authored and Gerrit Code Review committed Aug 30, 2017
2 parents d698c57 + e2428ef commit 244e2fe
Show file tree
Hide file tree
Showing 15 changed files with 1,469 additions and 962 deletions.
3 changes: 2 additions & 1 deletion build/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ gulp.task('test', ['clean-up', 'lint', 'pre-test', 'docker-ready', 'ca'], functi
'test/integration/e2e/query.js',
'test/integration/invoke.js',
'test/integration/perf/orderer.js',
'test/integration/perf/peer.js'
'test/integration/perf/peer.js',
'test/integration/network-config.js'
]))
.pipe(addsrc.append(
'test/unit/logger.js' // put this to the last so the debugging levels are not mixed up
Expand Down
Loading

0 comments on commit 244e2fe

Please sign in to comment.