mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added unit tests for "parser.js" and "util.js"
This commit is contained in:
14
build/webpack.test.config.js
Normal file
14
build/webpack.test.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// This is the webpack config used for unit tests.
|
||||
|
||||
var webpack = require('webpack')
|
||||
var merge = require('webpack-merge')
|
||||
var baseConfig = require('./webpack.base.config')
|
||||
|
||||
var webpackConfig = merge(baseConfig, {
|
||||
devtool: '#inline-source-map'
|
||||
})
|
||||
|
||||
delete webpackConfig.entry
|
||||
delete webpackConfig.output
|
||||
|
||||
module.exports = webpackConfig
|
||||
Reference in New Issue
Block a user