Commit 2268161f authored by Mark Banner's avatar Mark Banner Committed by mbanner@mozilla.com
Browse files

Bug 1881701 - Configure testing/mochitest/tests/Harness_sanity/ test setup...

Bug 1881701 - Configure testing/mochitest/tests/Harness_sanity/ test setup with eslintrc-test-paths rather than its own .eslintrc.js set-up. r=frontend-codestyle-reviewers,Gijs

Differential Revision: https://phabricator.services.mozilla.com/D249944
parent c5e9f71a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ const extraXpcshellTestPaths = [
  "ipc/testshell/tests/",
  "memory/replace/dmd/test/",
  "netwerk/test/httpserver/test/",
  "testing/mochitest/tests/Harness_sanity/",
  "toolkit/components/backgroundhangmonitor/tests/",
  "toolkit/components/downloads/test/data/",
  "toolkit/components/mozintl/test/",
@@ -363,6 +364,7 @@ const extraMochitestTestPaths = [
  "parser/htmlparser/tests/mochitest/",
  "services/sync/tests/tps/",
  "testing/mochitest/baselinecoverage/plain/",
  "testing/mochitest/tests/Harness_sanity/",
  "testing/mochitest/tests/python/files/",
  "toolkit/components/alerts/test/",
  "toolkit/components/passwordmgr/test/mochitest/",
@@ -431,6 +433,7 @@ let expectedDupePaths = new Set([
  "layout/svg/tests/",
  "layout/xul/test/",
  "parser/htmlparser/tests/mochitest/",
  "testing/mochitest/tests/Harness_sanity/",
  "testing/mochitest/tests/python/files/",
  "toolkit/components/alerts/test/",
  "toolkit/components/printing/tests/",
+0 −12
Original line number Diff line number Diff line
"use strict";

module.exports = {
  extends: ["plugin:mozilla/xpcshell-test"],

  overrides: [
    {
      files: "*.html",
      env: { browser: true },
    },
  ],
};