Merge pull request #1156 from strongloop/fix/internal-deprecation-warnings
test: don't warn about running deprecated paths
This commit is contained in:
commit
f857f44cae
|
@ -1,6 +1,9 @@
|
||||||
/*global module:false*/
|
/*global module:false*/
|
||||||
module.exports = function(grunt) {
|
module.exports = function(grunt) {
|
||||||
|
|
||||||
|
// Do not report warnings from unit-tests exercising deprecated paths
|
||||||
|
process.env.NO_DEPRECATION = 'loopback';
|
||||||
|
|
||||||
grunt.loadNpmTasks('grunt-mocha-test');
|
grunt.loadNpmTasks('grunt-mocha-test');
|
||||||
|
|
||||||
// Project configuration.
|
// Project configuration.
|
||||||
|
|
Loading…
Reference in New Issue