Merge pull request #1156 from strongloop/fix/internal-deprecation-warnings

test: don't warn about running deprecated paths
This commit is contained in:
Miroslav Bajtoš 2015-03-03 14:38:11 +01:00
commit f857f44cae
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
/*global module:false*/
module.exports = function(grunt) {
// Do not report warnings from unit-tests exercising deprecated paths
process.env.NO_DEPRECATION = 'loopback';
grunt.loadNpmTasks('grunt-mocha-test');
// Project configuration.