mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
fb60911db8
commit
406fafaa4d
@ -10,7 +10,6 @@ module.exports = {
|
||||
// All globals made available in the test environment.
|
||||
globals: {
|
||||
waitForTick: true,
|
||||
waitUntilState: true,
|
||||
},
|
||||
|
||||
rules: {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user