@zkochan/pnpm
Version:
A fast implementation of npm install
36 lines (32 loc) • 1.03 kB
JavaScript
describe('to do', function () {
describe('done', function () {
it('initial implementation', done)
it('tests', done)
it('JS behavior', done)
it('account for single level', done)
it('custom CSS/JS', done)
it('active menu highlight', done)
it('syntax highlighting', done)
it('custom sass/scss', done)
it('sidebar toggle', done)
it('link to github', done)
it('next/prev', done)
})
describe('css', function () {
it('stylus instead of sass', done)
it('revisit the way CSS is loaded (custom.scss sucks)', done)
it('external css options (docpress.json → css)', done)
})
describe('to do', function () {
it('responsive')
it('favicon support (assets/favicon.png)')
it('google analytics (docpress.json → googleAnalytics)')
it('custom head (docpress.json → head)')
it('autoscroll the sidebar')
it('site name as html class')
it('docpress-base version as html class')
it('search!')
it('meta description')
})
})
function done () {}