test: don't warn about running deprecated paths

This commit is contained in:
Miroslav Bajtoš 2015-03-03 14:31:57 +01:00
parent 03ad328aac
commit 295c1534c9
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.