Ryan Roemer
Ryan Roemer
- [ ] Swap `chai` for `expect.js` (consider on func tests too) - [ ] Add sauce integration. - [ ] Have unified coverage go to coveralls.
### The Problem We test our code in browsers via Karma, but we don't test in Node.js for SSR, which many of our users rely on. This means that for...
Our incoming new lint does detect `magic-numbers`, and most have just been disabled for compatibility. Task - [x] Come up with archetype config base rule, e.g. `no-magic-numbers: ["error", { "ignore":...
I'm testing this out with a different project in an outside repo and 3000 is already in use for the app, so my use case is specifying a different port...