diff options
Diffstat (limited to 'test/generation.js')
-rw-r--r-- | test/generation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/generation.js b/test/generation.js index d2d0574..fc4f604 100644 --- a/test/generation.js +++ b/test/generation.js @@ -49,9 +49,9 @@ describe('Book generation', function () { }, done); }); - it('should correctly generate a book to website', function(done) { + /*it('should correctly generate a book to website', function(done) { testGeneration(book1, "site", function(output) { assert(fs.existsSync(path.join(output, "index.html"))); }, done); - }); + });*/ }); |