mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 19:32:07 +00:00
generate an index.html for entry points
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user