metamaps--metamaps/webpack.test.config.js
Devin Howard 4ff9619837 set up react testing (#1080)
* install mocha-webpack. also switch hark to npm version instead of github version

* well, mocha-webpack runs

* add jsdom for tests

* upgrade to webpack 2

* fix npm run test errors

* ImportDialogBox component tests
2017-03-06 02:29:12 +08:00

6 lines
92 B
JavaScript

const config = require('./webpack.config')
config.target = 'node'
module.exports = config