Skip to content

Commit

Permalink
feat(tests): Remove integration tests.
Browse files Browse the repository at this point in the history
e2e-tests now live in the common karma integration test repository at
https://github.com/karma-runner/integration-tests/tree/master/googmodule
  • Loading branch information
mprobst committed Oct 8, 2014
1 parent 748bd49 commit a68b5cd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2,500 deletions.
13 changes: 1 addition & 12 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ module.exports = (grunt) ->
'test/**/*.spec.js'
]

karma:
client:
configFile: 'karma.conf.js'
autoWatch: false
singleRun: true
tdd:
configFile: 'karma.conf.js'
autoWatch: true
singleRun: false

'npm-contributors':
options:
commitMessage: 'chore: update contributors'
Expand All @@ -68,12 +58,11 @@ module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-auto-release'
grunt.loadNpmTasks 'grunt-contrib-jshint'
grunt.loadNpmTasks 'grunt-bump'
grunt.loadNpmTasks 'grunt-karma'
grunt.loadNpmTasks 'grunt-npm'
grunt.loadNpmTasks 'grunt-simple-mocha'

grunt.registerTask 'default', ['jshint', 'test']
grunt.registerTask 'test', ['karma:client', 'simplemocha:unit']
grunt.registerTask 'test', ['simplemocha:unit']
grunt.registerTask 'release', 'Bump and publish to NPM.', (type) ->
grunt.task.run [
'npm-contributors'
Expand Down
Loading

0 comments on commit a68b5cd

Please sign in to comment.