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/config-unit.coffee

31 lines
352 B
CoffeeScript

basePath = '..'
files =
[ MOCHA
, MOCHA_ADAPTER
, 'components/expect/expect.js'
, 'components/angular/angular.js'
, 'src/**/*.coffee'
, 'test/unit/*.coffee'
]
exclude = []
reporters = ['progress']
port = 9876
runnerPort = 9100
colors = true
logLevel = LOG_INFO
autoWatch = true
browsers = ['Chrome']
captureTimeout = 60000
singleRun = false