Ryan Roemer

Results 134 issues of 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...

Note: Testing :green_circle:
Issue: Accepted

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":...

Issue: Accepted

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...