From ff3f8b248911d2b33c649bec669318a93e63b8f5 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 3 Jun 2020 08:12:30 +0100 Subject: [PATCH] Removed unused mochacli variable no issue --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 24d25a3812..fb30a13548 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -126,7 +126,6 @@ const configureGrunt = function (grunt) { ui: 'bdd', reporter: grunt.option('reporter') || 'spec', timeout: '60000', - save: grunt.option('reporter-output'), require: ['core/server/overrides'], retries: '3', exit: true