mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Remove express server from grunt test-coverage
- currently the coverage report only runs for unit & integration tests, and these don't need the express server.
This commit is contained in:
parent
74217e72c4
commit
762f3c06ac
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ var path = require('path'),
|
|||
|
||||
// ### Coverage report for Unit and Integration Tests
|
||||
|
||||
grunt.registerTask('test-coverage', 'Generate unit and integration (mocha) tests coverage report', ['clean:test', 'setTestEnv', 'loadConfig', 'express:test', 'shell:coverage', 'express:test:stop']);
|
||||
grunt.registerTask('test-coverage', 'Generate unit and integration (mocha) tests coverage report', ['clean:test', 'setTestEnv', 'loadConfig', 'shell:coverage']);
|
||||
|
||||
|
||||
// ### Documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue