mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 19:06:31 +00:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
var mock = require('./mock');
|
|
|
|
describe('JSON Output', function() {
|
|
it('should correctly generate a default book', function() {
|
|
return mock.outputDefaultBook('json');
|
|
});
|
|
});
|
|
|