2015-05-28 10:30:03 +03:00
|
|
|
// Parent config file for all devtools browser mochitest files.
|
|
|
|
{
|
2015-12-18 02:28:06 +03:00
|
|
|
"extends": [
|
|
|
|
"../testing/mochitest/browser.eslintrc"
|
|
|
|
],
|
2015-05-28 10:30:03 +03:00
|
|
|
// All globals made available in the test environment.
|
|
|
|
"globals": {
|
2016-01-08 01:18:56 +03:00
|
|
|
"DevToolsUtils": true,
|
2015-05-28 10:30:03 +03:00
|
|
|
"gDevTools": true,
|
2016-01-08 01:18:56 +03:00
|
|
|
"once": true,
|
|
|
|
"synthesizeKeyFromKeyTag": true,
|
|
|
|
"TargetFactory": true,
|
|
|
|
"waitForTick": true,
|
2015-05-28 10:30:03 +03:00
|
|
|
}
|
2015-09-30 16:44:48 +03:00
|
|
|
}
|