-
- Downloads
run unit tests as part of grunt build and ci
... | ... | @@ -5,7 +5,7 @@ |
"homepage": "http://lab.hakim.se/reveal-js", | ||
"subdomain": "revealjs", | ||
"scripts": { | ||
"test": "grunt jshint", | ||
"test": "grunt jshint qunit", | ||
"start": "" | ||
}, | ||
"author": { | ||
... | ... |
Please register or sign in to comment