зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
365 B
Plaintext
16 строки
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,
|
|
}
|
|
}
|