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
This commit is contained in:
Hannah Wolfe 2021-02-05 12:05:09 +00:00
parent 256b77b0e4
commit dbfddf545d

View File

@ -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');