gecko-dev/devtools/.eslintrc.mochitests
Tim Nguyen 6fd5733c1f Bug 1235953 - Refactor responsive mode tests to use add_task to not use CPOWs and make sure they all wait for the off event. r=ochameau
--HG--
extra : transplant_source : %E2%A7%C4%C5Z%1B%9B%ED%F6%AC%A7%AD%22%BE%60/%84%2C%1B%96
2016-01-07 23:18:56 +01:00

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,
}
}