From 502b26ecf02839bc24f9e47d08d5439aee24ad9c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 22 Aug 2013 20:31:52 -0400 Subject: run unit tests as part of grunt build and ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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": { -- cgit v1.2.3