mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed unused mochacli variable
no issue
This commit is contained in:
parent
3757cd936b
commit
ff3f8b2489
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ const configureGrunt = function (grunt) {
|
||||||
ui: 'bdd',
|
ui: 'bdd',
|
||||||
reporter: grunt.option('reporter') || 'spec',
|
reporter: grunt.option('reporter') || 'spec',
|
||||||
timeout: '60000',
|
timeout: '60000',
|
||||||
save: grunt.option('reporter-output'),
|
|
||||||
require: ['core/server/overrides'],
|
require: ['core/server/overrides'],
|
||||||
retries: '3',
|
retries: '3',
|
||||||
exit: true
|
exit: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue