gecko-dev/testing/modules
Ian Moody e179244140 Bug 1541025 - testing/ automated ESLint no-throw-literal fixes. r=jmaher
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
2019-04-02 13:44:16 +00:00
..
tests Bug 1541025 - testing/ automated ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:44:16 +00:00
ajv-4.1.1.js
AppData.jsm
AppInfo.jsm
Assert.jsm Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
CoverageUtils.jsm Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
FileTestUtils.jsm
MockRegistrar.jsm
MockRegistry.jsm
moz.build Bug 1532514 - Update sinon to v7.2.7. r=markh 2019-03-12 19:32:40 +00:00
sinon-7.2.7.js Bug 1532514 - Update sinon to v7.2.7. r=markh 2019-03-12 19:32:40 +00:00
Sinon.jsm Bug 1532514 - Update sinon to v7.2.7. r=markh 2019-03-12 19:32:40 +00:00
StructuredLog.jsm Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
TestUtils.jsm Bug 1529643 - Implement MitM priming on certificate error pages. r=keeler,mconley 2019-03-13 23:36:54 +00:00