From dbfddf545d24e1467b6d220a3e8b4097112b8740 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 5 Feb 2021 12:05:09 +0000 Subject: [PATCH] Removed overrides from Gruntfile.js - nothing in Gruntfile.js uses bluebird or mocha - they ARE seperately required by mocha-cli ahead of our tests in the config --- Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bb3700072d..8e817ab8c2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -5,9 +5,6 @@ // **Usage instructions:** can be found in the [Custom Tasks](#custom%20tasks) section or by running `grunt --help`. // // **Debug tip:** If you have any problems with any Grunt tasks, try running them with the `--verbose` command - -require('./core/server/overrides'); - const config = require('./core/shared/config'); const urlService = require('./core/frontend/services/url'); const _ = require('lodash');