Skip to content

Commit

Permalink
Revert "fix: process.env inacessible in browser tests"
Browse files Browse the repository at this point in the history
This reverts commit 2ca2863.
  • Loading branch information
dignifiedquire committed Dec 18, 2017
1 parent 9fdd79f commit 41efd8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -57,7 +57,6 @@
"karma-mocha": "^1.3.0",
"karma-mocha-own-reporter": "git+https://github.com/dryajov/karma-mocha-own-reporter#d562a92a12d5c76469a05d67cee19bcb8db22b23",
"karma-mocha-webworker": "^1.3.0",
"karma-processenv-preprocessor": "0.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"listr": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion src/config/karma.conf.js
Expand Up @@ -22,7 +22,7 @@ module.exports = function (config) {
frameworks: ['mocha'],
basePath: process.cwd(),
preprocessors: {
'test/**/*.js': ['webpack', 'processenv', 'sourcemap']
'test/**/*.js': ['webpack', 'sourcemap']
},
webpack: webpackConfig,
webpackMiddleware: {
Expand Down

0 comments on commit 41efd8d

Please sign in to comment.