mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
d1761c19d9
--HG-- extra : commitid : GbbR0UEN1Tq
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
// Parent config file for all devtools browser mochitest files.
|
|
{
|
|
"extends": [
|
|
"../testing/mochitest/browser.eslintrc"
|
|
],
|
|
// All globals made available in the test environment.
|
|
"globals": {
|
|
"gDevTools": true,
|
|
}
|
|
}
|