summaryrefslogtreecommitdiffstats
path: root/lib/__tests__/module.js
blob: d9220f5143d3f106be9652597faed079da6a198e (plain)
1
2
3
4
5
6

describe('GitBook', function() {
    it('should correctly export', function() {
        require('../');
    });
});