From e65c0e128e83dc41050681180bb44259c1899f6d Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 29 Dec 2015 03:50:00 -0500 Subject: [PATCH] Fix tests glitch. --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ae15fac..536fe8d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,7 +38,7 @@ module.exports = function (grunt) { laxcomma: true, expr: true }, - all: ['Gruntfile.js', 'src/**/*.js', 'test/**/*.js'] + all: ['Gruntfile.js', 'src/**/*.js', 'test/*.js'] } }; diff --git a/package.json b/package.json index 36504f8..6658c7f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/hacksalot/HackMyResume.git" }, "scripts": { - "test": "grunt test", + "test": "grunt clean && mocha", "grunt": "grunt" }, "keywords": [