META-INF.resources.bower_components.angular-bootstrap-datetimepicker.test.webpack.karma.conf.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-bootstrap-date-time-picker Show documentation
Show all versions of jwebmp-bootstrap-date-time-picker Show documentation
The JWebSwing implementation for Bootstrap Date Time Picker
var webpackConfig=require("./webpack.conf");module.exports=function(config){"use strict";config.set({basePath:"",frameworks:["jasmine"],files:[{pattern:"webpack.test.js",watched:false,included:true,served:true}],webpack:webpackConfig,webpackMiddleware:{noInfo:true},exclude:[],preprocessors:{"webpack.test.js":["webpack"]},reporters:["progress"],port:9876,colors:true,logLevel:config.LOG_INFO,autoWatch:false,browsers:["PhantomJS"],singleRun:true,concurrency:Infinity})};