mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
* chore: added new linter config * chore: linting fixes * chore: refactore in linting config and minor linting fixes
10 lines
322 B
JavaScript
10 lines
322 B
JavaScript
// const { init } = require('../_helper');
|
|
|
|
describe('full docsify initialization', function() {
|
|
it('TODO: check generated markup', async function() {
|
|
// const { dom } = await init('simple', { loadSidebar: true });
|
|
// console.log(dom.window.document.body.innerHTML);
|
|
// TODO: add some expectations
|
|
});
|
|
});
|