Skip to content

Commit

Permalink
Bug 1763000 - Fix ESLint rule warnings for no-unused-vars in caps/tes…
Browse files Browse the repository at this point in the history
…ts/unit/test_no_remote_registration.js. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D142899
  • Loading branch information
karnikkanojia committed Apr 5, 2022
1 parent f2c3712 commit fd15cc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion chrome/test/unit/test_no_remote_registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fd15cc3

Please sign in to comment.