META-INF.resources.bower_components.c3.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-c3 Show documentation
Show all versions of jwebmp-c3 Show documentation
The JWebSwing implementation for C3 Graphing
The newest version!
module.exports=function(a){a.set({basePath:"",frameworks:["jasmine"],files:["node_modules/d3/d3.min.js","c3.js","c3.css","spec/*-helper.js","spec/*-spec.js"],exclude:[],preprocessors:{"c3.js":["coverage"]},reporters:["spec","coverage"],coverageReporter:{reporters:[{type:"lcov"}]},port:9876,colors:true,logLevel:a.LOG_INFO,autoWatch:true,browsers:["PhantomJS"],singleRun:true,browserNoActivityTimeout:60000,})};