зеркало из https://github.com/mozilla/gecko-dev.git
13fb467022
Having test files in moz.build meant we were shipping those in Firefox. The better way of doing this is to add those files as support files, and then load them through a chrome:// url. The catch is that support files from another folder than the ini files they are referenced in need to be referenced in an ini file in their own folder. And since we can't have a ini file without tests, we need to add a dummy test in devtools/client/webconsole/test/node/fixtures/stubs/ . The "test" is always skipped so it shouldn't have any impact. Doing this work revealed an issue with NetworkEvent stubs, which were out of sync, and not properly writter since Bug 1579090. This patch fixes this as well, and we're lucky the node tests are still passing fine. Differential Revision: https://phabricator.services.mozilla.com/D61696 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.mochitests.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |