Bug 1763000 - Fix ESLint rule warnings for no-unused-vars in caps/tests/unit/test_no_remote_registration.js. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D142899
This commit is contained in:
Karnik Kanojia 2022-04-05 20:39:36 +00:00
parent f2c3712011
commit fd15cc3599
2 changed files with 0 additions and 2 deletions

View File

@ -183,7 +183,6 @@ module.exports = {
// These are suitable as good first bugs, take one or two related lines
// per bug.
"caps/tests/unit/test_origin.js",
"chrome/test/unit/test_no_remote_registration.js",
"extensions/permissions/**",
"image/test/unit/**",
"intl/uconv/tests/unit/test_bug317216.js",

View File

@ -3,7 +3,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* globals newAppInfo */
var manifests = [do_get_file("data/test_no_remote_registration.manifest")];
registerManifests(manifests);