Bug 1700106 - [devtools] Remove the waitUntilState custom eslint global from DevTools mochitests. r=jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D109474
This commit is contained in:
Alexandre Poirot 2021-03-23 15:51:16 +00:00
parent fb60911db8
commit 406fafaa4d
3 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,6 @@ module.exports = {
// All globals made available in the test environment.
globals: {
waitForTick: true,
waitUntilState: true,
},
rules: {

View File

@ -13,6 +13,7 @@ Services.scriptloader.loadSubScript(
);
// Load the shared Redux helpers into this compartment.
/* import-globals-from ../../../shared/test/shared-redux-head.js */
Services.scriptloader.loadSubScript(
"chrome://mochitests/content/browser/devtools/client/shared/test/shared-redux-head.js",
this

View File

@ -13,6 +13,7 @@ Services.scriptloader.loadSubScript(
);
// Load the shared Redux helpers into this compartment.
/* import-globals-from ../../../shared/test/shared-redux-head.js */
Services.scriptloader.loadSubScript(
"chrome://mochitests/content/browser/devtools/client/shared/test/shared-redux-head.js",
this