summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/generation.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/generation.js b/test/generation.js
index fc4f604..d2d0574 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);
- });*/
+ });
});