diff options
| author | Pete Bacon Darwin | 2013-10-11 14:56:15 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-11 14:56:15 +0100 |
| commit | c317a7b51ac5b9cf76f399427e7e71fe4f793818 (patch) | |
| tree | 2ec9daf6bec0af364423317e9c7daf985f92996c /Gruntfile.js | |
| parent | dd7cb15bcf4767e20f4f620b33cb1fd35d8857d7 (diff) | |
| download | angular.js-c317a7b51ac5b9cf76f399427e7e71fe4f793818.tar.bz2 | |
chore(grunt): grunt-jasmine-node uses different config
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 48242fcf..c4d2bb21 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -193,8 +193,8 @@ module.exports = function(grunt) { process: ['build/docs/*.html', 'build/docs/.htaccess'] }, - "jasmine-node": { - run: { spec: 'docs/spec' } + "jasmine_node": { + projectRoot: 'docs/spec' }, "ddescribe-iit": { @@ -256,7 +256,7 @@ module.exports = function(grunt) { grunt.registerTask('test:docs', 'Run the doc-page tests with Karma', ['package', 'tests:docs']); grunt.registerTask('test:unit', 'Run unit, jQuery and Karma module tests with Karma', ['tests:jqlite', 'tests:jquery', 'tests:modules']); grunt.registerTask('test:e2e', 'Run the end to end tests with Karma and keep a test server running in the background', ['connect:testserver', 'tests:end2end']); - grunt.registerTask('test:docgen', ['jasmine-node']); + grunt.registerTask('test:docgen', ['jasmine_node']); grunt.registerTask('test:promises-aplus',['build:promises-aplus-adapter','shell:promises-aplus-tests']); grunt.registerTask('minify', ['bower','clean', 'build', 'minall']); |
