From 3e97bb4edcfb65c7e03e702cfe10aae5cbe60af9 Mon Sep 17 00:00:00 2001 From: Simon Plourde Date: Thu, 23 Oct 2014 14:31:41 -0400 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index be9de65..d3cbdda 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -70,6 +70,6 @@ module.exports = function (grunt) { grunt.registerTask('default', [ 'sass', 'karma:unit', - 'mocha' + 'simplemocha' ]); };