You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
angular-contenteditable/test/unit.karma.coffee

34 lines
484 B
CoffeeScript

module.exports = (karma) ->
karma.set
basePath: '..'
frameworks: ['mocha']
files: [
'bower_components/angular/angular.js'
'angular-contenteditable.js'
'test/unit/*.coffee'
]
preprocessors: '**/*.coffee': 'coffee'
exclude: []
reporters: ['progress']
port: 9876
runnerPort: 9100
colors: true
logLevel: karma.LOG_INFO
autoWatch: true
browsers: ['Chrome']
captureTimeout: 60000
singleRun: false