Skip to content

Commit

Permalink
Update to do list
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 9, 2015
1 parent fbe5e24 commit f138140
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions test/todo_test.js
@@ -1,16 +1,23 @@
describe('to do', 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('autoscroll the sidebar')
it('link to github', done)
it('next/prev', done)
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('autoscroll the sidebar')
it('link to github', done)
it('next/prev', done)
})
describe('to do', function () {
it('external css options')
it('google analytics')
it('site name as html class')
})
})

function done () {}

0 comments on commit f138140

Please sign in to comment.