зеркало из https://github.com/mozilla/gecko-dev.git
5dc6ad75e7
The mocha test are broken because we mock Services.pref, and the assumptions we make in the mock are no longer valid. Since we do have a fully functional replacement for Services in devtools-modules, let's use it in our test. Which means we need to introduce a mock for localStorage, since it's what the devtools-modules Services uses, and helper functions to replace what was in the Services mock. MozReview-Commit-ID: KLHERfSa1Il --HG-- extra : rebase_source : b1b5bc2d35624677fc241194ab1a49502cafe31d |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
shim | ||
.eslintrc.js | ||
.eslintrc.mochitests.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild |