diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-09 13:32:18 +0300 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-09 13:32:18 +0300 |
commit | 6f84cac688110a14ff91643b5ec287f06977908d (patch) | |
tree | ff89dc014d50833b0a9f98def925026ac604c7cc | |
parent | ad5bd72a440c1d379c218497dc55b189a295893d (diff) | |
download | git-hours-6f84cac688110a14ff91643b5ec287f06977908d.zip git-hours-6f84cac688110a14ff91643b5ec287f06977908d.tar.gz git-hours-6f84cac688110a14ff91643b5ec287f06977908d.tar.bz2 |
Add console.log to test to find out travis problem
-rw-r--r-- | test/test-functional.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functional.js b/test/test-functional.js index 5d5b949..e11df80 100644 --- a/test/test-functional.js +++ b/test/test-functional.js @@ -12,6 +12,7 @@ describe('githours', function() { throw new Error(stderr); } + console.log('output json', stdout); var work = JSON.parse(stdout); assert.notEqual(work.total.hours.length, 0); assert.notEqual(work.total.commits.length, 0); |