mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
6fd5733c1f
--HG-- extra : transplant_source : %E2%A7%C4%C5Z%1B%9B%ED%F6%AC%A7%AD%22%BE%60/%84%2C%1B%96
16 lines
365 B
Plaintext
16 lines
365 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": {
|
|
"DevToolsUtils": true,
|
|
"gDevTools": true,
|
|
"once": true,
|
|
"synthesizeKeyFromKeyTag": true,
|
|
"TargetFactory": true,
|
|
"waitForTick": true,
|
|
}
|
|
}
|