mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 18:43:29 +00:00
10 lines
257 B
JavaScript
10 lines
257 B
JavaScript
var path = require('path');
|
|
var _ = require('lodash');
|
|
var assert = require('assert');
|
|
|
|
describe('Book generation', function () {
|
|
it('should correctly generate a book with json', function(done) {
|
|
qdone(book1.generate("json"), done);
|
|
});
|
|
});
|