mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Removed build:test from test:coverage.
This was a duplicate task for build:withCodeCoverageLogging. It should now properly output the lines which are not covered.
This commit is contained in:
@@ -201,7 +201,6 @@ module.exports = function(grunt) {
|
||||
]);
|
||||
|
||||
grunt.registerTask('test:coverage', [
|
||||
'build:test',
|
||||
'build:withCodeCoverageLogging',
|
||||
'test:webdriver:phantomjs',
|
||||
'coverage:parse'
|
||||
|
||||
Reference in New Issue
Block a user