Skip to content

Commit

Permalink
Add ss
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 4, 2015
1 parent a28b03a commit c89daf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -19,12 +19,14 @@
"metalsmith": "2.1.0",
"mocha": "2.3.3",
"mocha-standard": "1.0.0",
"standard": "5.3.1"
"standard": "5.3.1",
"superstatic": "2.2.1"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "mocha",
"test:build": "cd fixture/onmount && node metalsmith.js"
"test:build": "cd fixture/onmount && node metalsmith.js",
"test:serve": "ss fixture/onmount/_bookdown"
}
}
6 changes: 4 additions & 2 deletions test/todo_test.js
@@ -1,8 +1,10 @@
describe('to do', function () {
it('initial implementation', done)
it('tests')
it('tests', done)
it('JS behavior', done)
it('custom CSS/JS')
it('account for single level')
it('active highlight')
it('sidebar toggle')
})

function done () {}

0 comments on commit c89daf7

Please sign in to comment.