mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
|
|
describe('GitBook', function() {
|
|
it('should correctly export', function() {
|
|
require('../');
|
|
});
|
|
});
|