diff --git a/gruntfile.js b/gruntfile.js index a85f100f..5e45d1b6 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -63,7 +63,8 @@ module.exports = function(grunt) { }, mochaTest: { options: { - reporter: 'spec' + reporter: 'spec', + require: 'server.js' }, src: ['test/mocha/**/*.js'] },