mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +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