test: don't warn about running deprecated paths
This commit is contained in:
parent
03ad328aac
commit
295c1534c9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue