diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:40:40 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:40:40 +0100 |
commit | 3c605ea8099bcba58d8eeb0435d87c563d434e46 (patch) | |
tree | 55b18700bef50dab165bf63dab7a4292918e7821 /test | |
parent | bd931c5cbdced15701a9bba4806350dedc359221 (diff) | |
download | gitbook-3c605ea8099bcba58d8eeb0435d87c563d434e46.zip gitbook-3c605ea8099bcba58d8eeb0435d87c563d434e46.tar.gz gitbook-3c605ea8099bcba58d8eeb0435d87c563d434e46.tar.bz2 |
generate an index.html for entry points
Diffstat (limited to 'test')
-rw-r--r-- | test/generation.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/generation.js b/test/generation.js index c2c8094..d2d0574 100644 --- a/test/generation.js +++ b/test/generation.js @@ -51,7 +51,6 @@ 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); }); |