Changes to have settings tests pass. test/specs/settings_test.js

This commit is contained in:
David Meza
2017-09-28 23:26:12 -05:00
parent 0efe676a8e
commit 76ced43a68
6 changed files with 22 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
'use strict';
process.env.TEST = 'test';
const chai = require('chai');
chai.should();