META-INF.resources.bower_components.angular-bootstrap-datetimepicker.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 paths=require("./paths");module.exports=function(config){"use strict";config.set({frameworks:["jasmine"],plugins:["karma-jasmine","karma-chrome-launcher","karma-firefox-launcher","karma-phantomjs-launcher","karma-coverage","karma-threshold-reporter"],files:paths.all,exclude:[],preprocessors:{"src/**/*.js":["coverage"]},coverageReporter:{reporters:[{type:"lcov",dir:"build/coverage",subdir:"."},{type:"json",dir:"build/coverage/"},{type:"html",dir:"build/coverage/"}]},reporters:["progress","coverage"],thresholdReporter:{statements:100,branches:100,functions:100,lines:100},port:9876,runnerPort:9100,colors:true,logLevel:config.LOG_INFO,autoWatch:false,browsers:["PhantomJS"],captureTimeout:6e4,singleRun:false})};