Fix an issue where the combination of deepmerge and webpack breaks tests

This commit is contained in:
Yuya Ochiai
2017-10-17 00:04:38 +09:00
parent d347b67395
commit ab3bd97a52
4 changed files with 19 additions and 5 deletions

View File

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