зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1778155 - Finish enabling no-unused-vars on the global scope for xpcshell files in services/. r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D151035
This commit is contained in:
Родитель
171768af37
Коммит
ab82e73786
|
@ -219,7 +219,6 @@ module.exports = {
|
|||
"dom/**",
|
||||
"netwerk/**",
|
||||
"security/manager/ssl/tests/unit/**",
|
||||
"services/**",
|
||||
"testing/xpcshell/**",
|
||||
"toolkit/components/**",
|
||||
"toolkit/modules/**",
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
/* import-globals-from ../../../common/tests/unit/head_helpers.js */
|
||||
|
||||
const { AppConstants } = ChromeUtils.import(
|
||||
"resource://gre/modules/AppConstants.jsm"
|
||||
);
|
||||
const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
const { SyncHistory } = ChromeUtils.import(
|
||||
|
|
Загрузка…
Ссылка в новой задаче