Update Gruntfile.js

This commit is contained in:
Frédéric Vachon 2015-01-16 16:34:47 -05:00
parent ae16c14e84
commit ef82918191

View File

@ -51,6 +51,7 @@ module.exports = function (grunt) {
directives: {
node: true,
unparam: true, // TEMPORARY: Ignore unused params
nomen: true,
predef: [ // Global variables
'angular', 'inject', 'JustGage',
'describe', 'beforeEach', 'it', 'expect'