mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
Result of running:
$ mach eslint -funix testing/ | sed -Ee 's/:.+//' - | xargs sed -E \
-e 's/throw ((["`])[^"]+\2);/throw new Error(\1);/g' \
-e 's/throw ((["`])[^"]+\2 \+ [^ ";]+);/throw new Error(\1);/g' \
-e 's/throw \(/throw new Error(/g' -i
Differential Revision: https://phabricator.services.mozilla.com/D25758
--HG--
extra : moz-landing-system : lando
|
||
|---|---|---|
| .. | ||
| tests | ||
| ajv-4.1.1.js | ||
| AppData.jsm | ||
| AppInfo.jsm | ||
| Assert.jsm | ||
| CoverageUtils.jsm | ||
| FileTestUtils.jsm | ||
| MockRegistrar.jsm | ||
| MockRegistry.jsm | ||
| moz.build | ||
| sinon-7.2.7.js | ||
| Sinon.jsm | ||
| StructuredLog.jsm | ||
| TestUtils.jsm | ||