-
Notifications
You must be signed in to change notification settings - Fork 0
/
karma.conf.min.js
1 lines (1 loc) · 992 Bytes
/
karma.conf.min.js
1
module.exports=function(e){e.set({basePath:"",frameworks:["jasmine"],files:[{pattern:"bower_components/jquery/dist/jquery.min.map",included:!1},{pattern:"bower_components/jquery/dist/jquery.min.js",included:!0},{pattern:"bower_components/chance/chance.js",included:!0},{pattern:"src/**/*.coffee",included:!0},{pattern:"src/**/*.js",included:!0},{pattern:"test/**/*.coffee",included:!0},{pattern:"test/**/*.js",included:!0}],exclude:[],preprocessors:{"src/**/*.coffee":["coffee"],"test/**/*.coffee":["coffee"]},coffeePreprocessor:{options:{bare:!0,sourceMap:!0},transformPath:function(e){return e.replace(/\.coffee$/,".js")}},reporters:["progress","coverage"],coverageReporter:{type:"html",dir:"coverage/"},port:9876,colors:!0,logLevel:e.LOG_INFO,autoWatch:!0,browsers:["chrome_without_security"],customLaunchers:{chrome_without_security:{base:"Chrome",flags:"--disable-web-security"},firefox_without_security:{base:"Chrome",flags:"--disable-web-security"}},captureTimeout:6e4,singleRun:!1})};