Got rid of tests.

This commit is contained in:
smartapant 2016-04-20 17:00:18 +03:00
parent 6558ee2fc4
commit 1ecaf82998
16 changed files with 2 additions and 710 deletions

View file

@ -8,10 +8,6 @@ switch (process.env.NODE_ENV) {
case 'production':
module.exports = require('./config/webpack.prod');
break;
case 'test':
case 'testing':
module.exports = require('./config/webpack.test');
break;
case 'dev':
case 'development':
default: