simpler karma usage (there are no unit tests)

fix-space-nbsp
Dmitri Akatov 10 years ago
parent d7771af3c7
commit 06ae4fc77a

@ -7,14 +7,9 @@ module.exports = (grunt) ->
meta:
test: 'test'
karma:
unit: configFile: 'test/unit.karma.coffee'
e2e: configFile: 'test/e2e.karma.coffee'
unit_ci:
configFile: 'test/unit.karma.coffee'
singleRun: true
browsers: ['PhantomJS']
e2e: configFile: 'karma.coffee'
e2e_ci:
configFile: 'test/e2e.karma.coffee'
configFile: 'karma.coffee'
singleRun: true
browsers: ['PhantomJS']
jshint:

@ -10,8 +10,6 @@ module.exports = (karma) ->
served: true
karma.set
basePath: '..'
frameworks: ['ng-scenario']
preprocessors: '**/*.coffee': 'coffee'

@ -1,33 +0,0 @@
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

@ -1,3 +0,0 @@
describe 'radians', ->
describe 'contenteditable', ->
it 'passes', ->