Hush millstone during testsuite
This commit is contained in:
parent
bddc65a504
commit
c1a3cbc28c
@ -12,6 +12,7 @@ var LZMA = require('lzma/lzma_worker.js').LZMA;
|
||||
global.settings = require(__dirname + '/../../config/settings');
|
||||
global.environment = require(__dirname + '/../../config/environments/test');
|
||||
_.extend(global.settings, global.environment);
|
||||
process.env.NODE_ENV = 'test';
|
||||
|
||||
|
||||
// Utility function to compress & encode LZMA
|
||||
|
Loading…
Reference in New Issue
Block a user