1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 // Parent config file for all devtools browser mochitest files.
9 extends: ["plugin:mozilla/browser-test"],
10 // All globals made available in the test environment.
15 synthesizeKeyFromKeyTag: true,
28 // Allow non-camelcase so that run_test doesn't produce a warning.
30 // Tests don't have to cleanup observers
31 "mozilla/balanced-observers": 0,
32 // Tests can always import anything.
33 "mozilla/reject-some-requires": 0,