diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:15:57 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:15:57 +0100 |
commit | bd931c5cbdced15701a9bba4806350dedc359221 (patch) | |
tree | 33933ebc92a2df91d6d61b0ad83e50c036edb3d5 /test | |
parent | c6e3a272849ce11a44889dd31e6a5889bdd648fe (diff) | |
download | gitbook-bd931c5cbdced15701a9bba4806350dedc359221.zip gitbook-bd931c5cbdced15701a9bba4806350dedc359221.tar.gz gitbook-bd931c5cbdced15701a9bba4806350dedc359221.tar.bz2 |
Adapt themes website templates
Diffstat (limited to 'test')
-rw-r--r-- | test/generation.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/generation.js b/test/generation.js index d2d0574..c2c8094 100644 --- a/test/generation.js +++ b/test/generation.js @@ -51,6 +51,7 @@ describe('Book generation', function () { it('should correctly generate a book to website', function(done) { testGeneration(book1, "site", function(output) { + console.log(fs.readdirSync(output)); assert(fs.existsSync(path.join(output, "index.html"))); }, done); }); |