Files
gitbook/test/output-json.js
T
2016-01-31 17:01:50 +01:00

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');
});
});