diff options
author | Hakim El Hattab | 2013-08-22 20:31:52 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-08-22 20:31:52 -0400 |
commit | 502b26ecf02839bc24f9e47d08d5439aee24ad9c (patch) | |
tree | 276d52cd36ad5be7c6e092add04f6283c81f6c8c /package.json | |
parent | b3db69745d05c8180258d3fa6efed9f790cd4317 (diff) |
run unit tests as part of grunt build and ci
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6326570..2c7036e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "http://lab.hakim.se/reveal-js", "subdomain": "revealjs", "scripts": { - "test": "grunt jshint", + "test": "grunt jshint qunit", "start": "" }, "author": { |