Jim Porter
Jim Porter
(Spun out from #33) Instead of having to choose between suppressing terminal output and showing it in-line with your test results, there should be a way to pipe it to...
It'd be nice to be able to support expected failures so that it's easy to keep your tests green even when something isn't quite finished (e.g. you haven't ported feature...
I have no idea how this would work yet, but it would be _nice_ if it were possible to parallelize the test runs. Right now, we assume in many places...
This is going to be a major annoyance, since you can't fork a process on Windows. Probably the only way to do it will be to run each test multiple...
We can't use XUL box layout values for CSS `display` anymore, see https://bugzilla.mozilla.org/show_bug.cgi?id=1288572
Currently, our documentation isn't being deployed when we update master. This is because we use Babel 7, but the `documentation` package we use for our docs wants Babel 6. When...
When should we use `console.log()` and friends? Should we still have eslint warn whenever we use it? And so on...
https://github.com/suprraz/babel-plugin-react-element-info It should make it a lot easier to write integration tests for our UI! :)
As part of improving our Redux code, we should move things around so the directory structure more-closely follows the [ducks](https://github.com/erikras/ducks-modular-redux) pattern. This means that we'd have files like `src/webextension/list/redux/account.js`, which...